feat: bundle workflow support (#7337)

This commit is contained in:
Manol Donev
2019-06-20 15:58:36 +03:00
committed by Vasil Chimev
parent 5f9eabdf17
commit ecd9fc3e9d
1636 changed files with 19445 additions and 1619 deletions

View File

@ -2,7 +2,7 @@
ErrorHandler, getErrorHandler, setErrorHandler, DefaultErrorHandler,
error as traceError
} from "tns-core-modules/trace";
import * as TKUnit from "../TKUnit";
import * as TKUnit from "../tk-unit";
let cachedErrorHandler: ErrorHandler;
export function setUpModule() {