diff --git a/compiler/src/compile_info.ts b/compiler/src/compile_info.ts index 44994e8..4a599ea 100644 --- a/compiler/src/compile_info.ts +++ b/compiler/src/compile_info.ts @@ -152,9 +152,6 @@ export class ResultStates { }); const languageService: ts.LanguageService = createLanguageService(rootFileNames); globalProgram.program = languageService.getProgram(); - }); - - compiler.hooks.run.tapPromise('CheckSyntax', async(compiler) => { const rootProgram: ts.Program = globalProgram.program; props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection); let allDiagnostics: ts.Diagnostic[] = rootProgram