TypeScript/src
Orta Therox 07fd7bce64
Intl 2021 Updates (#45647)
* Import of Intl.Locale from #39664

* Handle updating es2020.intl and add es2021 for new DateTimeFormatOptions options - re: #39664

* Extends DateTimeFormatOptions for new Intl APIs - re: #45420

* Handle migrating Intl.NumberFormat.formatToParts to es2018 (keeping esnext.intl around)

* Adds Intl.DisplayNames to es2020 - re: #44022

* Remove attributes added in es2021 from es2020 - re: #42944

* Add a reference to es2021 in the command line parser

* Adds some docs about the lib files

* Baselines

* Allow undefined in Intl inputs to allow for ergonomic usage of exactOptionalPropertyTypes - see #45652

* Adds some tests covering the APIs

* Apply suggestions from code review

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

* Handle PR feedback

* More review improvements

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2021-09-08 10:43:01 +01:00
..
cancellationToken
compiler Intl 2021 Updates (#45647) 2021-09-08 10:43:01 +01: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 Revisions for the new --help (#44800) 2021-08-05 16:41:01 +01:00
harness Fix missing abstract keyword in completion (#45710) 2021-09-07 13:20:58 -07:00
instrumenter Update tsc-instrumented for project build (#45383) 2021-08-10 14:53:17 -07:00
jsTyping Detect preference for Unode:-prefixed node core modules (#45080) 2021-07-19 09:56:24 -07:00
lib Intl 2021 Updates (#45647) 2021-09-08 10:43:01 +01:00
loc/lcl LEGO: Merge pull request 45725 2021-09-04 10:13:34 -07:00
loggedIO Update tsc-instrumented for project build (#45383) 2021-08-10 14:53:17 -07:00
server Use realpathSync.native on case-insensitive file systems (#44966) 2021-08-26 15:35:04 -07:00
services Fix missing abstract keyword in completion (#45710) 2021-09-07 13:20:58 -07:00
shims Fix definition of ts.Iterator 2020-11-11 18:42:12 -08:00
testRunner Add support for raising if you set a tsconfig entry of target/module with the right setting in the root (#44964) 2021-09-08 10:17:43 +01:00
tsc Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsserver Fix decorator emit regression for static fields (#44933) 2021-07-07 16:58:36 -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 Enable events on web server (#45313) 2021-08-05 16:10:01 -07:00
.eslintrc.json
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