Checker Diagnostics
Within initializeTypeChecker
the following code exists:
Which basically merges all the global
symbols into the let globals: SymbolTable = {};
(in createTypeChecker
) SymbolTable. mergeSymbolTable
primarily calls mergeSymbol
.
Last updated