130 Commits

Author SHA1 Message Date
zhengbli
7e1201eed2 Further fixes 2015-08-14 14:17:55 -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
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
kimamula
9c9e39e7a3 Add includes method to String interface, and remove contains 2015-07-18 18:50:41 +09: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
Daniel Rosenwasser
79dcc43b50 Make JSON.stringify's 'space' parameter have type 'string | number'. 2015-07-15 13:53:54 -07:00
Zhengbo Li
19793fe22d Update ErrorEventHandler type in worker 2015-07-14 13:10:08 -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
Ron Buckton
4b4a96b9dc Merge branch 'master' into asyncFunctions 2015-07-01 09:27:45 -07:00
Mohamed Hegazy
72aeb3c208 Merge pull request #3547 from Microsoft/updateMapDeclaration
Add a non-generic construct signature to Map, Set, and WeakMap
2015-06-23 17:38:49 -07:00
Mohamed Hegazy
76ec1f0fec Add a non-generic construct signature to Map, Set, and WeakMap 2015-06-17 21:28:49 -07:00
piloopin
6ee1890e94 Fix Intl.DateTimeFormat.format and Int.NumberFormatOptions signature 2015-06-17 00:57:23 +04:30
Ron Buckton
5ebad5889c Merge branch 'master' into asyncFunctions 2015-06-15 11:47:15 -07:00
Mohamed Hegazy
1a520386bb Define Array.isArray using a type predicate 2015-06-12 09:32:15 -07:00
Ron Buckton
6fc07e65f5 Merged branch 'master' into asyncFunctions 2015-06-10 12:31:35 -07:00
SaschaNaz
cc85807103 adding iterators to DOM interfaces 2015-06-05 20:54:22 +09:00
Ron Buckton
9560d6f1e9 Merge branch 'master' into asyncFunctions 2015-06-04 11:53:51 -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
Jason Freeman
059bb18bac Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments14_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments15_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments16_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments17_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments18_ES6.symbols
	tests/baselines/reference/for-of37.symbols
	tests/baselines/reference/for-of38.symbols
	tests/baselines/reference/for-of40.symbols
	tests/baselines/reference/for-of45.symbols
	tests/baselines/reference/for-of50.symbols
	tests/baselines/reference/iterableArrayPattern30.symbols
	tests/baselines/reference/promiseVoidErrorCallback.symbols
	tests/baselines/reference/typedArrays.symbols
2015-05-29 17:14:29 -07:00
Daniel Rosenwasser
3cf9eca0c0 Added the iterator symbol to 'IArguments'. 2015-05-29 15:06:43 -07:00
Ben Duffield
538978e3be fix constructors for DateTimeFormat, NumberFormat
they were incorrectly producing a Collator
2015-05-27 18:25:01 +01:00
Ron Buckton
2391666435 Updated declaration and symbol baselines 2015-05-08 17:07:48 -07:00
Jason Freeman
a14ec69316 Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators 2015-05-08 15:33:18 -07:00
Ron Buckton
1718ff2915 Merge branch 'master' into asyncFunctions 2015-05-07 18:06:11 -07:00
Jason Freeman
498f315256 Fix typing for Promises so that a void error callback doesn't mess up inference 2015-05-06 15:53:01 -07:00
Ron Buckton
d19a200750 Added types, scan, parse, and check for async functions 2015-05-05 17:57:21 -07:00
Jason Freeman
ce9dc32704 Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
2015-05-05 14:11:09 -07:00
Zhengbo Li
2a098cd36c Add missing overload to XMLHttpRequest.send
Fix issue #3002
2015-05-05 10:23:51 -07:00
Jason Freeman
5fcc4e9a49 Remove Generator interface from ES6 lib. We may need to add a better typing later 2015-05-04 16:44:26 -07:00
Ron Buckton
b6f76fd05b Updated type name 2015-05-01 17:02:43 -07:00
Ron Buckton
22515d452d Updated ES6 declarations for Promise, updated baselines 2015-05-01 17:02:39 -07:00
Zhengbo Li
69a76a3b66 cf feedback 2015-05-01 12:25:30 -07:00