Searched refs:hookEventFactory (Results 1 – 3 of 3) sorted by relevance
34 const hookEventFactory = getHookEventFactory(this.share, 'genAbc', 'buildEnd'); constant41 await ModuleSourceFile.processModuleSourceFiles(this, hookEventFactory);43 SourceMapGenerator.getInstance().buildModuleSourceMapInfo(hookEventFactory);47 generateAbc(this, hookEventFactory);
45 const hookEventFactory = getHookEventFactory(this.share, 'genAbc', 'transform'); constant46 const eventTransformForModule = createAndStartEvent(hookEventFactory, 'transform for module');
1040 hookEventFactory: HookEventFactoryType; property in CompilationTimeStatistics1055 this.hookEventFactory = share.getHookEventFactory(pluginName, hookName);1056 this.createProgramTime = this.hookEventFactory.createEvent('createProgram');1057 this.runArkTSLinterTime = this.hookEventFactory.createEvent('arkTSLinter');1058 this.diagnosticTime = this.hookEventFactory.createEvent('diagnostic');1059 this.scriptSnapshotTime = this.hookEventFactory.createEvent('scriptSnapshot');1060 resolveModuleNamesTime = this.hookEventFactory.createEvent('resolveModuleNames');1062 this.hookEventFactory = share.getHookEventFactory(pluginName, hookName);1063 this.processImportTime = this.hookEventFactory.createEvent('processImport');1064 this.processComponentClassTime = this.hookEventFactory.createEvent('processComponentClass');[all …]