TypeScript/src/lib
2020-08-28 09:12:09 -07:00
..
dom.generated.d.ts DOM update 2020-06-12 2020-06-12 13:55:40 -07:00
dom.iterable.d.ts Change file name 2018-06-04 14:05:56 -07:00
dom.iterable.generated.d.ts Dom update 2020-03-18 (#37464) 2020-03-18 16:08:19 -07:00
es5.d.ts Add missing properties to stdlib (#38678) 2020-08-18 23:05:38 -07:00
es5.full.d.ts
es2015.collection.d.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
es2015.core.d.ts Convert HTML tags in doc-comments into markdown 2020-05-27 20:51:44 +02:00
es2015.d.ts Fix import order (#37510) 2020-03-26 13:55:56 -07:00
es2015.full.d.ts PR Feedback 2018-05-31 09:50:51 -07:00
es2015.generator.d.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
es2015.iterable.d.ts Fix typo in (Readonly)Set.keys comment (fixes #40164) (#40176) 2020-08-21 09:15:29 -07:00
es2015.promise.d.ts Treat trailing 'void' as optional for assignability (#40231) 2020-08-28 09:12:09 -07:00
es2015.proxy.d.ts
es2015.reflect.d.ts
es2015.symbol.d.ts
es2015.symbol.wellknown.d.ts Add missing properties to stdlib (#38678) 2020-08-18 23:05:38 -07:00
es2016.array.include.d.ts
es2016.d.ts
es2016.full.d.ts
es2017.d.ts
es2017.full.d.ts
es2017.intl.d.ts
es2017.object.d.ts microsoft-typescript/no-double-space 2019-06-14 11:52:48 +03:00
es2017.sharedmemory.d.ts make last para of Actomics.notify optional. 2020-05-12 16:55:36 +08:00
es2017.string.d.ts
es2017.typedarrays.d.ts
es2018.asyncgenerator.d.ts Fix incorrect parameter types for AsyncIterator next/return (#33354) 2019-09-17 21:02:12 -07:00
es2018.asynciterable.d.ts Fix incorrect parameter types for AsyncIterator next/return (#33354) 2019-09-17 21:02:12 -07:00
es2018.d.ts Fix import order (#37510) 2020-03-26 13:55:56 -07:00
es2018.full.d.ts
es2018.intl.d.ts fix: Intl.PluralRulesOptions to behave according to spec (#33414) 2020-03-02 15:49:44 -08:00
es2018.promise.d.ts Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -07:00
es2018.regexp.d.ts
es2019.array.d.ts Accurate Array.prototype.flat definition (#32131) 2020-04-07 09:16:20 -07:00
es2019.d.ts Add ES2019 Object.fromEntries function (#30934) 2019-04-30 09:49:58 -07:00
es2019.full.d.ts Symbol.prototype.description hit stage 4 2019-01-06 11:42:55 +09:00
es2019.object.d.ts Simplify return type of Object.fromEntries (#37457) 2020-03-18 14:35:19 -07:00
es2019.string.d.ts @typescript-eslint/indent 2019-06-27 11:30:03 +03:00
es2019.symbol.d.ts fix(lib/es2019): Symbol.description may be undefined (#36263) 2020-01-24 10:06:04 -08:00
es2020.bigint.d.ts Update bigint declaration file (#38526) 2020-06-22 14:55:04 -07:00
es2020.d.ts Add d.ts for Intl.RelativeTimeFormat (#36084) 2020-05-20 11:06:28 -04:00
es2020.full.d.ts add ES2020 matchAll APIs (#30936) 2019-04-25 14:11:50 -07:00
es2020.intl.d.ts Add compactDisplay and signDisplay to NumberFormatOptions (#40039) 2020-08-21 00:49:22 -07:00
es2020.promise.d.ts Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -07:00
es2020.string.d.ts jsdoc/check-alignment 2019-07-18 15:06:56 +03:00
es2020.symbol.wellknown.d.ts @typescript-eslint/indent 2019-06-27 11:30:03 +03:00
esnext.d.ts add promise.any (#33844) 2020-03-11 08:36:00 -07:00
esnext.full.d.ts
esnext.intl.d.ts @typescript-eslint/indent 2019-06-27 11:30:03 +03:00
esnext.promise.d.ts Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -07:00
esnext.string.d.ts Add replacer function overload for replaceAll (#37476) 2020-04-01 16:25:16 -07:00
header.d.ts
libs.json Add d.ts for Intl.RelativeTimeFormat (#36084) 2020-05-20 11:06:28 -04:00
README.md Typo fix 2018-10-22 03:33:11 +05:30
scripthost.d.ts
webworker.generated.d.ts DOM update 2020-06-12 2020-06-12 13:55:40 -07:00
webworker.importscripts.d.ts

Read this!

The files within this directory are used to generate lib.d.ts and lib.es6.d.ts.

Generated files

Any files ending in .generated.d.ts aren't meant to be edited by hand. If you need to make changes to such files, make a change to the input files for our library generator.