MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / Emitter

Interface Emitter

packages/transpiler/src/TranspilerBase.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
7
8interface Emitter {
9 name: string;
10 emit(program: ts.Program, diagnostics: ts.Diagnostic[]): void;
11}
12
13export default function (emitters: Emitter[], handleErrors: boolean) {
14 console.log(`Parsing using typescript ${ts.version}...`);

Callers 2

TranspilerBase.tsFile · 0.80
buildStartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected