Expose mose of the compiler functions/classes as an API
This commit is contained in:
parent
26f50c5b50
commit
e50f45992c
1 changed files with 9 additions and 0 deletions
|
@ -25,3 +25,12 @@ export function parseSourceFile(file: TextFile, diagnostics: Diagnostics): Sourc
|
|||
return sourceFile;
|
||||
}
|
||||
|
||||
export * from "./util"
|
||||
export * from "./diagnostics"
|
||||
export * from "./scanner"
|
||||
export * from "./parser"
|
||||
export * from "./cst"
|
||||
export * from "./analysis"
|
||||
export * from "./checker"
|
||||
export * from "./program"
|
||||
|
||||
|
|
Loading…
Reference in a new issue