mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-28 02:45:51 -05:00
@@ -154,7 +154,7 @@ namespace ts {
|
||||
|
||||
if (node.kind === SyntaxKind.Bundle) {
|
||||
isBundledEmit = true;
|
||||
const refs = createMap<SourceFile>();
|
||||
refs = createMap<SourceFile>();
|
||||
let hasNoDefaultLib = false;
|
||||
const bundle = createBundle(map(node.sourceFiles,
|
||||
sourceFile => {
|
||||
|
||||
Reference in New Issue
Block a user