mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
* Refactor declaration emitter into declaration transformer * Slight cleanup from code review feedback * Incorporate fix for new test * Swaths of PR feedback * Merge public methods * Per-file output * Preserve input import ordering more often * Unify jsdoc comment start detection under more lenient rule * Move to per-file transformations to reduce the memory that msut be retained * Fix typo
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"removeComments": true,
|
|
"outFile": "../../built/local/tsc.js",
|
|
"declaration": true
|
|
},
|
|
"files": [
|
|
"core.ts",
|
|
"performance.ts",
|
|
"sys.ts",
|
|
"types.ts",
|
|
"scanner.ts",
|
|
"parser.ts",
|
|
"utilities.ts",
|
|
"binder.ts",
|
|
"symbolWalker.ts",
|
|
"checker.ts",
|
|
"factory.ts",
|
|
"visitor.ts",
|
|
"transformers/utilities.ts",
|
|
"transformers/ts.ts",
|
|
"transformers/jsx.ts",
|
|
"transformers/esnext.ts",
|
|
"transformers/es2017.ts",
|
|
"transformers/es2016.ts",
|
|
"transformers/es2015.ts",
|
|
"transformers/es5.ts",
|
|
"transformers/generators.ts",
|
|
"transformers/destructuring.ts",
|
|
"transformers/module/module.ts",
|
|
"transformers/module/system.ts",
|
|
"transformers/module/es2015.ts",
|
|
"transformers/declarations/diagnostics.ts",
|
|
"transformers/declarations.ts",
|
|
"transformer.ts",
|
|
"comments.ts",
|
|
"sourcemap.ts",
|
|
"emitter.ts",
|
|
"watchUtilities.ts",
|
|
"program.ts",
|
|
"builderState.ts",
|
|
"builder.ts",
|
|
"resolutionCache.ts",
|
|
"watch.ts",
|
|
"commandLineParser.ts",
|
|
"tsc.ts",
|
|
"diagnosticInformationMap.generated.ts"
|
|
]
|
|
}
|