TypeScript/src/lib
2016-08-20 00:39:41 -07:00
..
dom.generated.d.ts Add This type to lib 2016-06-28 14:45:56 -07:00
dom.iterable.d.ts Modularize ES6 and ES7 library files 2016-03-28 13:49:46 -07:00
es5.d.ts Improve ReadonlyArray<T>.concat to match Array<T> 2016-08-16 11:29:09 -07:00
es2015.collection.d.ts {Map, WeakMap}.set and {Set, WeakSet}.add return this. 2016-05-07 16:24:30 -07:00
es2015.core.d.ts Add ES2015 Date constructor signature that accepts another Date (#10353) 2016-08-15 15:16:54 -07:00
es2015.d.ts Adjustmodularize lib 2016-04-04 22:02:12 -07:00
es2015.generator.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -07:00
es2015.iterable.d.ts Make ReadonlyArray iterable. 2016-08-09 23:00:47 -04:00
es2015.promise.d.ts Improves Promise type definition. 2016-08-20 00:39:41 -07:00
es2015.proxy.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -07:00
es2015.reflect.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -07:00
es2015.symbol.d.ts Add nullability into signature 2016-04-05 11:38:12 -07:00
es2015.symbol.wellknown.d.ts Fix 8407: Allow (weak)map & (weak)set constructor when targeting ES5 using ES6 library (#8451) 2016-05-05 11:10:00 -07:00
es2016.array.include.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -07:00
es2016.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -07:00
es2017.d.ts add SharedArrayBuffer 2016-05-24 00:41:44 +09:00
es2017.object.d.ts Fix 8482: Add Object.values and Object.entries (#8538) 2016-05-10 14:22:00 -07:00
es2017.sharedmemory.d.ts add SharedArrayBuffer 2016-05-24 00:41:44 +09:00
header.d.ts add no-default-lib tag to core libraries 2016-01-11 21:34:52 -08:00
importes5.d.ts Modularize ES6 and ES7 library files 2016-03-28 13:49:46 -07:00
README.md Added 'README.md' files to 'lib' and 'src/lib'. 2015-11-02 16:57:57 -08:00
scripthost.d.ts getVarDate should be on the Date interface 2016-06-29 02:16:18 +03:00
webworker.generated.d.ts Add This type to lib 2016-06-28 14:45:56 -07:00
webworker.importscripts.d.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00

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 mean 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.