Punya Biswal
|
55218d64a5
|
Fix capitalization of minimumintegerDigits
|
2015-09-18 08:42:42 -04:00 |
|
Mohamed Hegazy
|
98db640a2c
|
Fix documentation
|
2015-09-17 16:14:46 -07:00 |
|
Mohamed Hegazy
|
6969986bf0
|
Use intersection types in Object.assing defintion
|
2015-09-17 16:14:39 -07:00 |
|
Graeme Wicksted
|
03da2ce42b
|
Added toLocaleTimeString variations
See [Mozilla Reference ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString)
|
2015-09-02 10:19:49 -04:00 |
|
Graeme Wicksted
|
c209747c6a
|
Add parameters to toLocaleDateString
Also added missing option in Intl.DateTimeFormatOptions (timeZone). Original ticket #4294
|
2015-08-31 10:29:58 -04: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 |
|
Daniel Rosenwasser
|
069d2dc724
|
Merge pull request #4369 from Microsoft/updateES6DotDDotTsForFinalDraft
Update es6.d.ts for ES6 final draft (Part II)
|
2015-08-19 22:42:18 -07:00 |
|
Daniel Rosenwasser
|
a55d531677
|
Fixed newlines, switched 'module' keyword to 'namespace'.
|
2015-08-19 18:22:40 -07:00 |
|
Daniel Rosenwasser
|
af05e46b28
|
Added overloads for typed array constructors to take an 'Iterable<number>'.
|
2015-08-19 17:11:10 -07:00 |
|
Daniel Rosenwasser
|
0efa8599f0
|
Merge branch 'master' into updateES6DotDDotTsForFinalDraft
|
2015-08-19 17:04:26 -07:00 |
|
Daniel Rosenwasser
|
b27ab24343
|
Updated 'Reflect.construct' to add third 'newTarget' argument.
|
2015-08-19 15:53:31 -07:00 |
|
Daniel Rosenwasser
|
f36f510411
|
Fix documentation for methods of the 'String' interface.
|
2015-08-19 15:46:56 -07:00 |
|
Daniel Rosenwasser
|
08f37cc2fa
|
Added overload for 'String#split' to take objects with '[Symbol.split]' method.
|
2015-08-19 15:09:25 -07:00 |
|
Daniel Rosenwasser
|
312df84934
|
Added overload for 'String#search' to take objects with '[Symbol.search]' method.
|
2015-08-19 15:06:10 -07:00 |
|
Daniel Rosenwasser
|
25d55b5101
|
Added overload for 'String#replace' to take objects with '[Symbol.replace]' method.
|
2015-08-19 15:02:46 -07:00 |
|
zhengbli
|
df3ecab074
|
Remove duplicated code
|
2015-08-19 15:02:37 -07:00 |
|
Daniel Rosenwasser
|
4dd701a22c
|
Added overload for 'String#match' to take objects with '[Symbol.match]' method.
|
2015-08-19 15:02:13 -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 |
|
zhengbli
|
0ba3760923
|
Merge branch 'master'
|
2015-08-19 14:35:30 -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 |
|
Zhengbo Li
|
b5a6161d46
|
Merge pull request #4318 from zhengbli/issue3999
Fix File constructor
|
2015-08-19 14:25:58 -07:00 |
|
zhengbli
|
04c54f80bb
|
Merge branch 'master' into issue3979
|
2015-08-19 14:05:07 -07:00 |
|
Daniel Rosenwasser
|
21de00fb7e
|
Removed inappropriate methods from the 'RegExp' interface.
|
2015-08-18 15:24:23 -07:00 |
|
Daniel Rosenwasser
|
006fc951e3
|
Added the '[Symbol.unscopables]' method to the 'Array<T>' interface.
|
2015-08-18 15:22:13 -07:00 |
|
Daniel Rosenwasser
|
66b17c1c73
|
Added the '[Symbol.species]' method to the 'RegExpConstructor' interface.
|
2015-08-18 15:14:37 -07:00 |
|
Daniel Rosenwasser
|
f56d8f5509
|
Added the '[Symbol.split]' method to the 'RegExp' interface.
|
2015-08-18 15:10:08 -07:00 |
|
Daniel Rosenwasser
|
e4077ec0f8
|
Added the '[Symbol.search]' method to the 'RegExp' interface.
|
2015-08-18 15:01:58 -07:00 |
|
Daniel Rosenwasser
|
97618104bd
|
Added the '[Symbol.replace]' method to the 'RegExp' interface.
|
2015-08-18 14:58:35 -07:00 |
|
zhengbli
|
fcf68c278d
|
Add Uint8ClampedArray to core.d.ts, and split call signature of method "from"
|
2015-08-18 13:40:17 -07:00 |
|
Daniel Rosenwasser
|
1e9b5e4c30
|
Added the '[Symbol.match]' method to the 'RegExp' interface.
|
2015-08-18 13:39:51 -07:00 |
|
Daniel Rosenwasser
|
b7fcf161d5
|
Added the '[Symbol.toPrimitive]' method to the 'Date' interface.
|
2015-08-18 13:17:27 -07:00 |
|
Daniel Rosenwasser
|
2682703cca
|
Added the '[Symbol.hasInstance]' method to the 'Function' interface.
|
2015-08-18 13:17:23 -07:00 |
|
Daniel Rosenwasser
|
448f2d607d
|
Removed 'Function.toMethod'.
|
2015-08-18 13:17:10 -07:00 |
|
zhengbli
|
20902b00e8
|
Remove the extension.d.ts and move the content to core.d.ts
Change the set function parameter type in TypedArrays
|
2015-08-14 16:27:48 -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
|
1c434ecdf2
|
Added missing dictionaries also
|
2015-08-14 00:07:03 -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
|
6315f7302b
|
Make parameter littleEndian in DataView methods optional
|
2015-08-13 13:11:25 -07:00 |
|
zhengbli
|
82dc484ccb
|
Fix ImageData constructor
|
2015-08-13 12:59:19 -07:00 |
|
Zhengbo Li
|
74dc5a27b5
|
Merge pull request #3858 from zhengbli/fixWorkerType
Update ErrorEventHandler type in worker
|
2015-08-10 12:24:46 -07:00 |
|
Zhengbo Li
|
a3ef530139
|
Merge pull request #3918 from zhengbli/issue3884
Change the type of window.orientation to number
|
2015-08-10 12:24:40 -07:00 |
|
Daniel Rosenwasser
|
96b02a83ca
|
Merge pull request #3879 from Microsoft/stringifySpaceParam
Make JSON.stringify's 'space' parameter have type 'string | number'.
|
2015-07-20 12:55:12 -07:00 |
|