TypeScript/src/compiler
Nathan Shively-Sanders 4dc827e22a
Fix emit of simple module.exports.C.prototype pattern (#37719)
Extends the fix of #36108 so that the simple example gets correct emit;
the complex test case I came up with still doesn't work correctly, but
the actual code froma #35228 is fixed.
2020-03-31 14:59:47 -07:00
..
transformers Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
binder.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
builder.ts When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07:00
builderPublic.ts
builderState.ts When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix emit of simple module.exports.C.prototype pattern (#37719) 2020-03-31 14:59:47 -07:00
commandLineParser.ts Add link to documentation in tsconfig.json template generated by tsc --init (#34686) 2020-03-30 14:14:00 -07:00
core.ts Unify padding impls and consistently use them 2020-02-19 17:21:51 -08:00
corePublic.ts Update versionMajorMinor to match package.json 2020-02-11 15:34:17 -08:00
debug.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
diagnosticMessages.json Add link to documentation in tsconfig.json template generated by tsc --init (#34686) 2020-03-30 14:14:00 -07:00
emitter.ts Convert to async function: handle type arguments to then/catch (#37463) 2020-03-24 09:56:47 -07:00
factory.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
factoryPublic.ts Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -07:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Handle packages inside another node modules package when auto importing (#37561) 2020-03-25 16:27:02 -07:00
parser.ts Handle comment directives in incremental parsing (#37632) 2020-03-27 12:00:34 -07:00
path.ts Stop looking for the default configured project at node_modules (#35011) 2020-03-02 16:52:03 -08:00
perfLogger.ts
performance.ts
performanceTimestamp.ts
program.ts Handle auto import scenarios when using project references (#37482) 2020-03-19 16:53:44 -07:00
resolutionCache.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
scanner.ts Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -07:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts
symbolWalker.ts
sys.ts Fix sys.debugMode when using VSCode's new preview debugger (#37558) 2020-03-25 19:18:36 -07:00
transformer.ts Use getters to define live export bindings refresh (#35967) 2020-02-24 15:36:14 -08:00
tsbuild.ts
tsbuildPublic.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
tsconfig.json add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
tsconfig.release.json
types.ts Don’t offer this. completions on self, window, global, globalThis. Disambiguate this. completions from others in details requests. (#37652) 2020-03-31 12:40:57 -07:00
utilities.ts Fix narrow-by-constructor logic (#37698) 2020-03-30 19:31:16 -07:00
utilitiesPublic.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
visitor.ts
visitorPublic.ts Fix emitting ?. 2020-03-04 14:52:33 -05:00
watch.ts Removed unused host variable in createProgramHost (#37278) 2020-03-09 13:53:49 -07:00
watchPublic.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
watchUtilities.ts