Commit graph

24 commits

Author SHA1 Message Date
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 1718ff2915 Merge branch 'master' into asyncFunctions 2015-05-07 18:06:11 -07:00
Ron Buckton d19a200750 Added types, scan, parse, and check for async functions 2015-05-05 17:57:21 -07:00
Mohamed Hegazy f96dbd151c Fix #2837: remove (y, x) from the comment 2015-04-23 09:37:20 -07:00
Daniel Rosenwasser f75c9a6624 Added 'flags' to RegExp.prototype. 2015-04-09 12:52:31 -07:00
Ron Buckton 9dfb724536 Fix for #2249 2015-04-06 10:52:31 -07:00
Ron Buckton e6ccaf0329 Updated typecheck for property, method, and parameter decorators 2015-03-24 14:27:36 -07:00
Ron Buckton 6633349b72 Simplified grammar check for decorators. 2015-03-20 17:42:27 -07:00
Ron Buckton 0fb624a58b PR feedback 2015-03-19 22:57:03 -07:00
Ron Buckton 39001f5395 Checker updates for decorators 2015-03-17 14:17:37 -07:00
Dick van den Brink 7001562110 made seal, freeze and preventExtensions generic 2015-03-09 23:48:51 +01:00
Dick van den Brink c0db7ffe8f Added valueOf definitions for String and Number 2015-03-08 18:08:49 +01: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 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 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
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 fe4a96e1bd Allow static side of native types to be extended 2014-10-28 21:21:47 -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 214df64e28 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00