Fix jakefile case and circular references

Fails on Linux but not on Windows. Weird!
This commit is contained in:
Nathan Shively-Sanders 2018-04-12 16:11:16 -07:00
parent a9ffabbe51
commit a0b08f31f9
2 changed files with 1 additions and 37 deletions

View File

@ -14,42 +14,6 @@
"../src/compiler/performance.ts",
"../src/compiler/core.ts",
"../src/compiler/sys.ts",
"../src/compiler/diagnosticInformationMap.generated.ts",
"../src/compiler/scanner.ts",
"../src/compiler/utilities.ts",
"../src/compiler/parser.ts",
"../src/compiler/binder.ts",
"../src/compiler/symbolWalker.ts",
"../src/compiler/moduleNameResolver.ts",
"../src/compiler/checker.ts",
"../src/compiler/factory.ts",
"../src/compiler/visitor.ts",
"../src/compiler/transformers/utilities.ts",
"../src/compiler/transformers/destructuring.ts",
"../src/compiler/transformers/ts.ts",
"../src/compiler/transformers/es2017.ts",
"../src/compiler/transformers/esnext.ts",
"../src/compiler/transformers/jsx.ts",
"../src/compiler/transformers/es2016.ts",
"../src/compiler/transformers/es2015.ts",
"../src/compiler/transformers/es5.ts",
"../src/compiler/transformers/generators.ts",
"../src/compiler/transformers/module/module.ts",
"../src/compiler/transformers/module/system.ts",
"../src/compiler/transformers/module/es2015.ts",
"../src/compiler/transformers/declarations/diagnostics.ts",
"../src/compiler/transformers/declarations.ts",
"../src/compiler/transformer.ts",
"../src/compiler/sourcemap.ts",
"../src/compiler/comments.ts",
"../src/compiler/emitter.ts",
"../src/compiler/watchUtilities.ts",
"../src/compiler/program.ts",
"../src/compiler/builderState.ts",
"../src/compiler/builder.ts",
"../src/compiler/resolutionCache.ts",
"../src/compiler/watch.ts",
"../src/compiler/commandLineParser.ts",
"processDiagnosticMessages.ts"
]

View File

@ -122,7 +122,7 @@
"../services/transform.ts",
"../services/shims.ts",
"../server/typingsinstaller/typingsinstaller.ts",
"../server/typingsInstaller/typingsInstaller.ts",
"../server/types.ts",
"../server/shared.ts",