Reference
createCompilerModuleContext
Creates a compiler module context from source code and an optional filename.
Signature
function createCompilerModuleContext(input: { code: string; filename?: string }): CompilerModuleContextReference
Creates a compiler module context from source code and an optional filename.
function createCompilerModuleContext(input: { code: string; filename?: string }): CompilerModuleContext