We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0a7b8 commit fade332Copy full SHA for fade332
lib/controllers/build-controller.ts
@@ -13,6 +13,7 @@ import { IPlatformsDataService } from "../definitions/platform";
13
import { IAnalyticsService, IFileSystem } from "../common/declarations";
14
import { IInjector } from "../common/definitions/yok";
15
import { injector } from "../common/yok";
16
+import { performance } from "perf_hooks";
17
18
export class BuildController extends EventEmitter implements IBuildController {
19
constructor(
0 commit comments