UNPKG

648 BTypeScriptView Raw
1import { TargetBuilder, BuildOptions } from '../builder';
2import { JsiiModule } from '../packaging';
3import { Toposorted } from '../toposort';
4export declare enum TargetName {
5 DOTNET = "dotnet",
6 GO = "go",
7 JAVA = "java",
8 JAVASCRIPT = "js",
9 PYTHON = "python"
10}
11export declare type BuilderFactory = (modules: Toposorted<JsiiModule>, options: BuildOptions) => TargetBuilder;
12export declare const ALL_BUILDERS: {
13 [key in TargetName]: BuilderFactory;
14};
15export declare const INCOMPLETE_DISCLAIMER_NONCOMPILING = "Example automatically generated from non-compiling source. May contain errors.";
16//# sourceMappingURL=index.d.ts.map
\No newline at end of file