Jason Freeman
|
52cb13e9d6
|
Uncomment symbol properties in es6.d.ts
|
2015-02-06 21:38:32 -08:00 |
|
Jason Freeman
|
59a704e7c1
|
Rename references in es6.d.ts from Symbol to symbol
|
2015-02-06 21:32:13 -08:00 |
|
Colin Snover
|
9e4d5dacc5
|
All options should be optional
|
2015-02-05 22:59:17 +00:00 |
|
Mohamed Hegazy
|
80c5acc04e
|
Add new method on interface Boolean to ensure it is not assignable from other types
|
2014-12-08 11:22:52 -08:00 |
|
Mohamed Hegazy
|
580e23e259
|
Merge pull request #1358 from Arnavion/fix-missing-return-types
Fix missing return types.
|
2014-12-04 11:46:53 -08:00 |
|
Arnavion
|
4c93e47596
|
Fix missing return types.
Fixes #1352
|
2014-12-03 12:21:46 -08:00 |
|
Arnavion
|
d7c32a421b
|
Remove BOM from es6.d.ts
Fixes #1354
|
2014-12-03 12:08:29 -08:00 |
|
Mohamed Hegazy
|
d390f67f7d
|
add missing prototype definitions
|
2014-12-01 17:17:29 -08:00 |
|
Mohamed Hegazy
|
4e79458e69
|
Merge branch 'master' into es6typings
Conflicts:
tests/baselines/reference/constDeclarationShadowedByVarDeclaration3.types
|
2014-12-01 16:51:10 -08:00 |
|
vvakame
|
bf731646ec
|
Add missing prototype properties
|
2014-12-01 21:32:35 +09:00 |
|
Mohamed Hegazy
|
ebf4ed8fa9
|
Respond to code review comments
|
2014-11-20 13:25:17 -08:00 |
|
Mohamed Hegazy
|
4c2f5d159c
|
Add some more jsdoc comments and ensure everything has a constructor type when possible
|
2014-11-17 13:06:54 -08:00 |
|
Mohamed Hegazy
|
f33c1d524c
|
Add ArrayBufferView definition to ES6 lib
|
2014-11-17 11:53:28 -08:00 |
|
Mohamed Hegazy
|
4413dd5084
|
Move the Internationalization API to its own file and include it in ES6 typings
|
2014-11-17 11:35:43 -08:00 |
|
Mohamed Hegazy
|
25ce5db7f3
|
Merge branch 'master' into es6Typings
Conflicts:
src/harness/harness.ts
src/lib/core.d.ts
|
2014-11-17 11:15:46 -08:00 |
|
Mohamed Hegazy
|
0dddfd9b6f
|
respond to code review comment
|
2014-11-17 11:01:21 -08:00 |
|
Mohamed Hegazy
|
1986fb1a57
|
Respond to code review comments
|
2014-11-17 10:59:03 -08:00 |
|
Mohamed Hegazy
|
2897612eee
|
Add Promise typing support
|
2014-11-14 17:43:20 -08:00 |
|
Mohamed Hegazy
|
7d6f7ea8e9
|
Fix symbol constructor and update Object properties
|
2014-11-14 10:14:00 -08:00 |
|
Mohamed Hegazy
|
ded34ef3ae
|
Add support for typed arrays
|
2014-11-11 15:36:06 -08:00 |
|
Mohamed Hegazy
|
abed6e48a4
|
Cleanup Proxy definition
|
2014-11-11 13:21:29 -08:00 |
|
Mohamed Hegazy
|
4257e1c168
|
Make Map.prototype.set second paramter optional
|
2014-11-11 09:57:22 -08:00 |
|
Mohamed Hegazy
|
20bbebc7eb
|
Make WeakMap.prototype.set second parameter optional
|
2014-11-11 00:56:49 -08:00 |
|
Mohamed Hegazy
|
6b5d0b091c
|
Use PropertyKey instead of string when appropriate
|
2014-11-10 23:54:39 -08:00 |
|
Mohamed Hegazy
|
6ae43f3966
|
Fix paramters for Math.hypot function
|
2014-11-10 22:59:11 -08:00 |
|
Mohamed Hegazy
|
f5eef432a9
|
Use the correct name for interface Math
|
2014-11-10 22:49:32 -08:00 |
|
Mohamed Hegazy
|
ff32be7949
|
Add additional property to mapfn for Array.from
|
2014-11-10 22:33:51 -08:00 |
|
Daniel Rosenwasser
|
56027663bf
|
Initial work on overload resolution with tagged templates.
Currently type argument inference breaks hard when the first parameter of a tag has a generic type.
|
2014-11-04 15:05:05 -08:00 |
|
Mohamed Hegazy
|
4f8605baf7
|
Add reflect definition
|
2014-10-29 00:59:57 -07:00 |
|
Mohamed Hegazy
|
c8db066211
|
First draft of es6 typings
|
2014-10-28 23:39:24 -07:00 |
|
Mohamed Hegazy
|
fe4a96e1bd
|
Allow static side of native types to be extended
|
2014-10-28 21:21:47 -07:00 |
|
Adam Freidin
|
b64316396b
|
fix documentation for {Ui,I}nt{8,16,32}Array
|
2014-09-17 19:50:00 -07:00 |
|
Mohamed Hegazy
|
f61d07db69
|
add constructor paramters to Blob
|
2014-09-08 22:30:01 -07:00 |
|
Mohamed Hegazy
|
3bcde460fd
|
Add numeric indexer to HTMLElementCollection
|
2014-09-05 12:54:56 -07:00 |
|
Anders Hejlsberg
|
e0a4b3c1cc
|
Rearranging members of Array<T> to improve error reporting.
|
2014-08-12 11:13:15 -07:00 |
|
Ivo Gabe de Wolff
|
8e8f512053
|
Add optional index and output to String.match
|
2014-08-09 12:06:52 +02:00 |
|
Ivo Gabe de Wolff
|
39921a065d
|
RegExpExecArray should extends Array<string>
instead of copying all the methods of Array<string>
|
2014-08-09 12:03:14 +02:00 |
|
Mohamed Hegazy
|
3a46a1c5e5
|
Fix #314: SourceBuffer.appendBuffer() is missing overload for ArrayBufferView param in lib.d.ts
|
2014-08-01 17:51:41 -07:00 |
|
Mohamed Hegazy
|
694dc0e759
|
Fix #225: Incompatible FormData constructor between W3C specs
|
2014-08-01 17:50:57 -07:00 |
|
milkisevil
|
95badebee3
|
Added ArrayBuffer.slice() to extensions.d.ts
|
2014-08-01 12:18:42 +01:00 |
|
Mohamed Hegazy
|
214df64e28
|
Add snapshot of compiler sources
|
2014-07-12 17:30:19 -07:00 |
|