fix comments

This commit is contained in:
Vladimir Matveev 2016-03-16 16:42:23 -07:00
parent 3ede567fbc
commit 6cf57b1bca

View file

@ -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("(");
}