UNPKG

489 BPlain TextView Raw
1export * from "./interfaces";
2export { typescript as default, TypescriptCompiler } from "./plugin";
3export { default as filterTypescript } from "./compat/filter";
4
5// needed for tests
6export { default as ConfigParser } from "./compiler/config-parser";
7export { default as InputIO } from "./compiler/input-io";
8export { default as PathResolver } from "./compiler/path-resolver";
9export {
10 normalizePath,
11 relativePathWithin,
12 toAbsolutePath,
13 toCanonicalPath,
14} from "./fs/path-utils";