Reference

createCompilerModuleContext

Creates a compiler module context from source code and an optional filename.

Signature

function createCompilerModuleContext(input: { code: string; filename?: string }): CompilerModuleContext