UNPKG

1.2 kBTypeScriptView Raw
1declare var gulp: any, globby: any, concat: any, webpack: any, del: any, merge: any, extend: any, path: any, tap: any, wrap: any, replace: any, chalk: any, timestamp: any, md5File: any, minimatch: any, parallelWebpack: any, fs: any;
2import * as omniaWebpackPlugins from './webpack-plugins/omnia.webpack.plugins';
3import * as composers from "../composers";
4import * as enums from "../composers/models/Enums";
5import { log, logTime } from '../composers/task';
6import * as composer from '../composers/task';
7import { core, utils } from '../base';
8declare var tooling: {
9 composer: typeof composer;
10 LogTypes: {
11 Info: number;
12 Warning: number;
13 Error: number;
14 HeadLine: number;
15 };
16 log: typeof log;
17 logTime: typeof logTime;
18 core: typeof core;
19 utils: typeof utils;
20};
21declare var basePathProcess: string;
22declare var isExtensionEnv: boolean;
23declare var persistentCache: any;
24export { omniaWebpackPlugins, basePathProcess, isExtensionEnv, tooling, gulp, concat, webpack, parallelWebpack, chalk, timestamp, path, fs, extend, merge, globby, del, tap, wrap, replace, md5File, minimatch, persistentCache, composers, enums };