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

Method emit

packages/transpiler/src/TranspilerBase.ts:10–10  ·  view source on GitHub ↗
(program: ts.Program, diagnostics: ts.Diagnostic[])

Source from the content-addressed store, hash-verified

8interface Emitter {
9 name: string;
10 emit(program: ts.Program, diagnostics: ts.Diagnostic[]): void;
11}
12
13export default function (emitters: Emitter[], handleErrors: boolean) {

Callers 2

TranspilerBase.tsFile · 0.80
buildStartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected