new baselines for sourcemaps tests (given that modules can now get emitted into single out)

This commit is contained in:
Wesley Wigham
2015-10-02 13:22:36 -07:00
parent 122753b50a
commit 8e409f34c7
342 changed files with 14323 additions and 2713 deletions

View File

@@ -7053,7 +7053,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
let startIndex = emitDirectivePrologues(node.statements, /*startWithNewLine*/ false);
if (isExternalModule(node) || compilerOptions.isolatedModules) {
if (root) {
if (root || (!isExternalModule(node) && compilerOptions.isolatedModules)) {
let emitModule = moduleEmitDelegates[modulekind] || moduleEmitDelegates[ModuleKind.CommonJS];
emitModule(node, startIndex);
}