Move executeCommandLine.ts into its own project (#35595)

* Move executeCommandLine.ts into its own project

* Remove incorrect prepend
This commit is contained in:
Wesley Wigham
2019-12-09 16:33:24 -08:00
committed by GitHub
parent f8cacf97e1
commit 6936ac24fd
6 changed files with 30 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
"references": [
{ "path": "../shims", "prepend": true },
{ "path": "../compiler", "prepend": true },
{ "path": "../executeCommandLine", "prepend": true },
{ "path": "../services", "prepend": true },
{ "path": "../jsTyping", "prepend": true },
{ "path": "../server", "prepend": true },
@@ -49,7 +50,6 @@
"unittests/services/extract/helpers.ts",
"unittests/tsbuild/helpers.ts",
"../tsc/executeCommandLine.ts",
"unittests/tsc/helpers.ts",
"unittests/tscWatch/helpers.ts",
"unittests/tsserver/helpers.ts",