TypeScript/src/lib
2016-05-20 12:17:15 +02:00
..
dom.generated.d.ts Routine update of dom lib files 2016-04-27 13:22:10 -07:00
dom.iterable.d.ts Modularize ES6 and ES7 library files 2016-03-28 13:49:46 -07:00
es5.d.ts Modified all other findIndex() definitions 2016-05-20 12:17:15 +02: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 Fix findIndex definition 2016-05-20 03:41:56 +02: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 Fix 8407: Allow (weak)map & (weak)set constructor when targeting ES5 using ES6 library (#8451) 2016-05-05 11:10:00 -07:00
es2015.promise.d.ts Addres PR: change lib filenames from es6 to es2015 and es7 to es2016 2016-03-28 14:49:22 -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 Fix 8482: Add Object.values and Object.entries (#8538) 2016-05-10 14:22:00 -07:00
es2017.object.d.ts Fix 8482: Add Object.values and Object.entries (#8538) 2016-05-10 14:22:00 -07: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 Fix test failure by having correct case for the file-name 2016-03-30 14:03:14 -07:00
webworker.generated.d.ts Routine update of dom lib files 2016-04-27 13:22:10 -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.