TypeScript/src
Anders Hejlsberg e2318217fb
Strip nullable types from 'this' type in inference with optional chain calls (#42536)
* Properly strip nullable types from this type in optional chain calls

* Add regression test
2021-02-03 13:50:23 -10:00
..
cancellationToken Use fs.existsSync to check for cancellation (#36190) 2020-01-15 12:53:40 -08:00
compiler Strip nullable types from 'this' type in inference with optional chain calls (#42536) 2021-02-03 13:50:23 -10:00
debug Allow assignments to a narrowable reference to be considered narrowable 2020-07-29 16:37:25 -07:00
deprecatedCompat Add support for abstract constructor types (#36392) 2021-01-07 17:11:14 -08:00
executeCommandLine Switched 'ts.performance' to a mixed mode only uses native performance APIs when necessary (#42586) 2021-02-01 15:33:34 -08:00
harness Don’t create missing nodes for identifiers that would be valid in a newer script target (#42520) 2021-01-29 14:10:29 -08:00
instrumenter
jsTyping Add way to exclude files and directories to watch (#39243) 2020-11-04 13:30:06 -08:00
lib Use spaces instead of non-breaking spaces, narrow non-breaking spaces. (#42500) 2021-02-03 14:29:42 -08:00
loc/lcl LEGO: check in for master to temporary branch. 2020-12-10 00:10:58 +00:00
server Fix incorrectly logging ts files instead of .js files as top files (#42463) 2021-01-25 10:04:39 -08:00
services Use spaces instead of non-breaking spaces, narrow non-breaking spaces. (#42500) 2021-02-03 14:29:42 -08:00
shims Fix definition of ts.Iterator 2020-11-11 18:42:12 -08:00
testRunner Keep extended config's raw file, include, exclude relative to itself and correct it when setting extending options (#42544) 2021-02-03 11:09:06 -08:00
tsc Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsserver Adds experimental support for running TS Server in a web worker (#39656) 2020-12-08 16:09:43 -08:00
tsserverlibrary Rename 'compat' to 'deprecatedCompat'. (#41000) 2020-11-02 14:25:12 -08:00
typescriptServices Rename 'compat' to 'deprecatedCompat'. (#41000) 2020-11-02 14:25:12 -08:00
typingsInstaller Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
typingsInstallerCore Add way to exclude files and directories to watch (#39243) 2020-11-04 13:30:06 -08:00
watchGuard
webServer Adds experimental support for running TS Server in a web worker (#39656) 2020-12-08 16:09:43 -08:00
.eslintrc.json Remove distinction between CI lint and local lint (#36430) 2020-01-24 16:23:14 -08:00
tsconfig-base.json Replaces the default module index resolver with '/index' instead of '' when handling internal routing for dts bundles (#39277) 2020-09-11 08:12:07 -04:00
tsconfig-library-base.json Produce source maps for local typescriptServices build (#41589) 2020-11-30 14:28:13 -08:00
tsconfig-noncomposite-base.json
tsconfig.json