mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-06 15:24:36 -05:00
fix comments
This commit is contained in:
@@ -4228,7 +4228,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
shouldHoistVariable(node, /*checkIfSourceFileLevelDecl*/true);
|
||||
|
||||
if (isTopLevelDeclarationInSystemModule) {
|
||||
// is system modules top level variables are hoisted
|
||||
// in System modules top level variables are hoisted
|
||||
// so variable declarations with destructuring are turned into destructuring assignments
|
||||
write("(");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user