File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19220,6 +19220,8 @@ namespace ts {
19220
19220
19221
19221
function initializeTypeChecker() {
19222
19222
// Bind all source files and propagate errors
19223
+ performance.mark("heapBeforeBind");
19224
+
19223
19225
for (const file of host.getSourceFiles()) {
19224
19226
bindSourceFile(file, compilerOptions);
19225
19227
}
@@ -19269,6 +19271,8 @@ namespace ts {
19269
19271
// Setup global builtins
19270
19272
addToSymbolTable(globals, builtinGlobals, Diagnostics.Declaration_name_conflicts_with_built_in_global_identifier_0);
19271
19273
19274
+ performance.mark("heapAfterBind");
19275
+
19272
19276
getSymbolLinks(undefinedSymbol).type = undefinedWideningType;
19273
19277
getSymbolLinks(argumentsSymbol).type = getGlobalType("IArguments");
19274
19278
getSymbolLinks(unknownSymbol).type = unknownType;
You can’t perform that action at this time.
0 commit comments