Kanchalai Tanglertsampan
168118f12b
Modularize ES6 and ES7 library files
...
Separate ES6 library feature-by-feature into smaller files
Break ES6 library
Remove unused ES6
Rename core to es5
Update building library files in JakeFile
separate symbol into its own file
separate well-known symbol into its own file
remove iterable and symbol component from es6.string.d.ts
remove iterable and symbol components from es6.collection.d.ts
remove symbol components from es6.math.d.ts
remove iterable and symbol components from es6.object.d.ts
remove iterable and symbol components from es6.promise.d.ts
remove iterable and symbol component from es6.reflect.d.ts
remove iterable and symbol components from es6.proxy.d.ts
split regexp into its own file
remove unused file
rename es7 array-include d.ts file
Include new lib files into compilation
Move symbol.iterable to symbol.wellknown
Move functions/methods that use propertyKey back to its original interface
Rename dome.es6 to dom.iterable
Take dependency on dom.generated.d.ts
Rename importcore.d.ts to importes5.d.ts
Add es6.d.ts and es7.d.ts that contain /// references to their associated sub-features files
Update library compilation
Fix harness broken from renaming generated library files
Remove intl.d.ts
Remove preset lib files
Use lib.full.es6.d.ts instead of lib.es6.d.ts
Add intl.d.ts to es5.d.ts
Remove unused RegexpConstructor interface
Separate generator into its own file
Update Jakefile
Remove iterable-iterator dependence
Use lower case for lib filename
Include no-default comment
Remove newline on top of the file
2016-03-28 13:49:46 -07:00
Daniel Rosenwasser
e579d17e7e
Revert "spelling fixes for src" on generated dom lib.
...
This reverts commit bb85817d7d .
2016-02-26 12:46:24 -08:00
Josh Soref
bb85817d7d
spelling fixes for src
...
Fixes:
* actual
* algorithm
* analyze
* applies
* collapse
* contrast
* definition
* diagnostic
* different
* displayed
* display
* documentation
* finite
* function
* highlight
* initialize
* intentional
* interface
* invariants
* items
* keystroke
* language
* literal
* original
* output
* position
* receive
* recorder
* response
* sequence
* simplicity
* statement
Changing a \ to a /
2016-02-25 20:08:44 +00:00
zhengbli
064de382cf
Routine update of lib.d.ts 20160131
2016-01-31 08:13:26 -08:00
zhengbli
7cf97eb57f
update lib from TSJS 20160119
2016-01-19 17:29:51 -08:00
Zhengbo Li
55ae18b824
update dom.generated.d.ts with latest version in TSJS repo
2015-12-30 14:23:47 -08:00
Zhengbo Li
da009c5b21
update lib.d.ts from TSJS repo
2015-12-07 22:28:02 -08:00
zhengbli
180eba5568
Sync the dom.generated.d.ts files from TSJS repo
2015-11-30 12:40:41 -08:00
zhengbli
38caf535fc
fix i4177 and sync with the TSJS repo
2015-10-26 08:23:50 -04:00
zhengbli
de52865243
Remove prototype from NodeFilter static type
2015-10-12 11:35:36 -07:00
zhengbli
9eed58db47
Fix i4684
2015-10-08 11:23:52 -07:00
zhengbli
7175e5d1ae
fix issue 4942
2015-10-07 14:32:17 -07:00
zhengbli
1860f4358e
Add msapp content back, only remove the internal content
2015-10-01 10:07:11 -07:00
zhengbli
de902e2c6e
Remove MS specific types from lib.d.ts
2015-10-01 10:03:54 -07:00
zhengbli
660058dcde
Fix the bug turning Float32Array type to any
2015-09-30 13:55:29 -07:00
zhengbli
748231f45d
CR feedback
2015-08-26 12:24:40 -07:00
zhengbli
c7ea94be75
fix MessageEvent and ProgressEvent constructors
2015-08-26 12:12:40 -07:00
zhengbli
9ed51c6399
Fix inconsistent line endings in lib.d.ts
2015-08-25 12:16:31 -07:00
zhengbli
fb403dad91
Move getElementsByClassName from HTMLElement to Element
2015-08-21 16:01:35 -07:00
zhengbli
831d2eb137
Move back the constructor signature with Uint8ClampedArray
2015-08-19 15:01:23 -07:00
zhengbli
9848e335d8
Merge branch 'master' into issue4220
2015-08-19 14:55:18 -07:00
Zhengbo Li
648d1d869b
Merge pull request #4312 from zhengbli/issue4015
...
Add missing types to webworker.generated.ts
2015-08-19 14:29:09 -07:00
Zhengbo Li
a2a6dec6d5
Merge pull request #4313 from zhengbli/issue4012
...
Fix document.open return type
2015-08-19 14:26:15 -07:00
zhengbli
7e1201eed2
Further fixes
2015-08-14 14:17:55 -07:00
zhengbli
43f7d8ca89
Fix File constructor
2015-08-14 10:50:18 -07:00
zhengbli
cdbf2b4771
Fix document.open return type
2015-08-14 00:28:40 -07:00
zhengbli
e4dd7e0e48
Add missing types in webworker.generated.ts
2015-08-13 23:56:02 -07:00
zhengbli
37c0acf4c2
CR feedback
2015-08-13 13:48:25 -07:00
zhengbli
82dc484ccb
Fix ImageData constructor
2015-08-13 12:59:19 -07:00
zhengbli
efd274df38
cr feedback
2015-07-17 16:27:13 -07:00
zhengbli
6d670704a1
fix issue 3884
2015-07-17 15:44:03 -07:00
zhengbli
89c44f52a3
Add className property in SVGElement
2015-07-09 16:48:39 -07:00
zhengbli
9353a60cff
Readd className to SVGStylable for compatibility
2015-07-09 16:09:50 -07:00
Zhengbo Li
6c4dc2815a
Merge pull request #3776 from zhengbli/ms_issue2838
...
Fix the definition of interface ErrorEventHandler
2015-07-09 14:49:02 -07:00
Zhengbo Li
a3554a5078
Merge pull request #3773 from zhengbli/ms_issue3753
...
Add window.URL
2015-07-09 14:47:36 -07:00
Zhengbo Li
7fb0d4fb9d
Merge pull request #3774 from zhengbli/ms_issue3613
...
Change the return types of several well-known functions to NodeListOf<Element>
2015-07-09 14:47:29 -07:00
Zhengbo Li
9f0fd3860f
Merge pull request #3775 from zhengbli/ms_issue3220
...
Move className and id from HTMLElement to Element
2015-07-09 14:47:22 -07:00
Zhengbo Li
869de7391e
Fix FormData constructor
2015-07-07 17:19:34 -07:00
Zhengbo Li
90779a9d87
Fix the definition of interface ErrorEventHandler
2015-07-07 17:13:52 -07:00
Zhengbo Li
91a138e395
Move className and id from HTMLElement to Element
2015-07-07 16:49:00 -07:00
Zhengbo Li
33df79d11e
Correct "NodeList" to "NodeListOf"
2015-07-07 14:40:08 -07:00
Zhengbo Li
70c4f08b10
Changed the return type of several well-known functions to NodeList<Element>
2015-07-07 14:30:38 -07:00
Zhengbo Li
d6dc67d38f
Add window.URL
2015-07-07 14:11:18 -07:00
Zhengbo Li
9bfdc289d9
Fix issue #3216
2015-07-01 16:22:34 -07:00
Zhengbo Li
d3c7e2bff7
Add other overloads for texImage2D and texSubImage2D
2015-06-03 16:41:05 -07:00
Zhengbo Li
c7b2fe016d
Remove the DocumentEvent itself from createEvent overload.
2015-06-03 13:40:36 -07:00
Zhengbo Li
8b62a326d4
Dom lib file bug fix
...
Fix #3344 ; removed duplicated overloads for ``createEvent`` and some
minor fixes.
2015-06-02 19:22:03 -07:00
Zhengbo Li
2a098cd36c
Add missing overload to XMLHttpRequest.send
...
Fix issue #3002
2015-05-05 10:23:51 -07:00
Zhengbo Li
69a76a3b66
cf feedback
2015-05-01 12:25:30 -07:00
Zhengbo Li
79da6a5ee8
Fix issue #2984
2015-05-01 11:33:53 -07:00