TypeScript/src
Nathan Shively-Sanders 0f216f36ec
Forbid duplicates in baselines (#44652)
* Forbid duplicates in baselines

The check is case insensitive.

* Update baselines and add semi-colons

Gotta have those semicolons.
2021-06-18 11:40:25 -07:00
..
cancellationToken Use fs.existsSync to check for cancellation (#36190) 2020-01-15 12:53:40 -08:00
compiler Rename strictOptionalProperties -> exactOptionalPropertyTypes and remove from strict family (#44626) 2021-06-17 15:12:19 -07:00
debug Allow assignments to a narrowable reference to be considered narrowable 2020-07-29 16:37:25 -07:00
deprecatedCompat @link support, second try (#43312) 2021-03-22 16:39:35 -07:00
executeCommandLine New command line help developer experience. (#44157) 2021-06-16 14:18:00 +01:00
harness services/utilities/getMeaningFromLocation(): fix w/ export specifiers 2021-06-17 14:19:03 -04:00
instrumenter
jsTyping Add way to exclude files and directories to watch (#39243) 2020-11-04 13:30:06 -08:00
lib IntelliSense doc string.replace typo (#41385) 2021-05-25 08:05:27 -07:00
loc/lcl LEGO: check in for master to temporary branch. 2020-12-10 00:10:58 +00:00
server Include actual generated module specifiers in module specifier cache (#44176) 2021-06-10 12:26:32 -05:00
services services/utilities/getMeaningFromLocation(): fix w/ export specifiers 2021-06-17 14:19:03 -04:00
shims Fix definition of ts.Iterator 2020-11-11 18:42:12 -08:00
testRunner Forbid duplicates in baselines (#44652) 2021-06-18 11:40:25 -07:00
tsc Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsserver feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07: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 feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
typingsInstallerCore feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
watchGuard
webServer New command line help developer experience. (#44157) 2021-06-16 14:18:00 +01: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