TypeScript/src/compiler
2020-09-02 20:05:50 -07:00
..
factory Add support for vscode-js-debug's customDescriptionGenerators (#40308) 2020-09-02 20:05:50 -07:00
transformers fix(26325): use a unique name for reserved words in 'constructor like' function name (#39684) 2020-08-21 09:47:37 -07:00
binder.ts Nested assignment to a require alias isn't a declaration (#40186) 2020-09-01 08:20:56 -07:00
builder.ts Revert the type change to ts.Map (#39366) 2020-07-01 17:00:26 -07:00
builderPublic.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderState.ts Fix tsc --watch crash on module augmentations when module resolution changes (#39604) 2020-07-14 15:05:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix crash intersecting dynamic import w/esModuleInterop (#40249) 2020-09-01 09:10:36 -07:00
commandLineParser.ts Ensure file, include and exclude specs used are strings (#40041) 2020-08-13 17:08:20 -07:00
core.ts Use a correct Object.entries polyfill (#40268) 2020-08-28 09:09:55 -07:00
corePublic.ts Bump version to 4.1. (#39894) 2020-08-03 23:38:55 -07:00
debug.ts Add support for vscode-js-debug's customDescriptionGenerators (#40308) 2020-09-02 20:05:50 -07:00
diagnosticMessages.json feat(part of 40169): add spelling suggestion/quick fix for module/namespace exported members (#40211) 2020-08-29 01:01:06 -07:00
emitter.ts Fix extract symbol crash on unterminated literals; don’t offer to extract export = ... (#40272) 2020-08-31 14:17:09 -07:00
moduleNameResolver.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
moduleSpecifiers.ts Make AutoImportProviderProject work with symlinked monorepos (#39679) 2020-07-22 13:53:30 -07:00
parser.ts Specified error diagnostic for invalid variable names (#40105) 2020-08-27 10:58:12 -07:00
path.ts Fix code block in jsdoc (#37864) 2020-04-09 13:31:41 -04:00
perfLogger.ts Load ETW module from a specified path (#39599) 2020-07-14 11:52:55 -07:00
performance.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
performanceTimestamp.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
program.ts Checkjs implies allowjs (#40275) 2020-09-01 10:16:08 -07:00
resolutionCache.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
scanner.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
semver.ts Add unit tests for VersionRange (#40114) 2020-08-18 13:06:17 -07:00
sourcemap.ts Revert "Optimize source mapping into external source map sources (#40055)" (#40126) 2020-08-19 11:46:52 -07:00
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Set stackTraceLimit to 0 in fileSystemEntryExists 2020-08-14 16:22:09 -04:00
transformer.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
tsconfig.json Explicitly add dependency on node to compiler tsconfig, remove es6+ string method usage (#39636) 2020-07-17 07:02:05 -07:00
tsconfig.release.json Include project reference in release config so LKG build works (#33864) 2019-10-07 17:31:42 -07:00
types.ts Add support for vscode-js-debug's customDescriptionGenerators (#40308) 2020-09-02 20:05:50 -07:00
utilities.ts Checkjs implies allowjs (#40275) 2020-09-01 10:16:08 -07:00
utilitiesPublic.ts Add deprecated related feature (#38523) 2020-06-18 17:41:26 -07:00
visitorPublic.ts Leverage syntax cursor as part of reparse (#39216) 2020-06-23 17:32:58 -07:00
watch.ts Syntax only server creates inferred project with all the open files w… (#38561) 2020-06-16 13:39:20 -07:00
watchPublic.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
watchUtilities.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00