Commit Graph

33920 Commits

Author SHA1 Message Date
Vladimir Matveev 4a829572be added tests 2015-08-19 15:37:37 -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
Zhengbo Li dc5885d40e Merge pull request #4307 from zhengbli/issue4083
Make parameter littleEndian in DataView methods optional
2015-08-19 14:48:46 -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
Zhengbo Li e608c9a42c Merge pull request #4321 from zhengbli/issue3979
Remove the extension.d.ts and move the content to core.d.ts
2015-08-19 14:25:37 -07:00
zhengbli bafab13235 update baseline 2015-08-19 14:17:35 -07:00
zhengbli 04c54f80bb Merge branch 'master' into issue3979 2015-08-19 14:05:07 -07:00
zhengbli b584d59be5 update baselines 2015-08-19 13:58:33 -07:00
zhengbli 9036ac0b96 Merge branch 'master' into addTsConfigWatcher 2015-08-19 12:51:34 -07:00
zhengbli 424c6d3b90 Remove extra files 2015-08-19 12:49:10 -07:00
zhengbli 42942a5dc4 Merge branch 'master' into addTsConfigWatcher 2015-08-19 12:44:29 -07:00
Yui T dddc76b156 Add quick info test for type parameter in type alias 2015-08-19 12:39:36 -07:00
Yui T 4c44de6c5f Write out type parameter in type alias in quick-info 2015-08-19 12:38:36 -07:00
Yui T ed1383842c Fix space 2015-08-19 12:38:08 -07:00
Daniel Rosenwasser 44f3c0ca8a Stylize gutter. 2015-08-19 12:30:50 -07:00
zhengbli 58ac077a49 Handle root file removal and addition in configured projects 2015-08-19 12:28:43 -07:00
Vladimir Matveev ffadce6335 always process imported modules in 'createProgram' to record module resolutions 2015-08-19 11:58:02 -07:00
Mohamed Hegazy 478cc32e5e Merge pull request #4355 from DavidSouther/ts4354
Emits safe value for import.
2015-08-19 10:25:25 -07:00
SaschaNaz b8cbfcb715 Merge https://github.com/Microsoft/TypeScript into formatTsxAttr 2015-08-19 17:46:23 +09:00
SaschaNaz 67878c934c adding tests for JSX attributes/closing bracket 2015-08-19 17:46:01 +09:00
zhengbli c81cc9fee3 CR feedback and logic rewrite 2015-08-19 00:48:16 -07:00
David Souther 45688e4b69 Added tests for commonjs safe import behavior. 2015-08-18 21:59:27 -04:00
Daniel Rosenwasser 06841ebc6b Merge pull request #4353 from Microsoft/updateES6DotDDotTsForFinalDraft
Update es6.d.ts for ES6 final draft (Part I)
2015-08-18 18:45:12 -07:00
David Souther 407c8beed5 Emits safe value for import. 2015-08-18 21:17:43 -04:00
Daniel Rosenwasser bd9d2de115 Accepted baselines. 2015-08-18 17:49:37 -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
Vladimir Matveev f415097d0d addressed PR feedback 2015-08-18 14:52:21 -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
Vladimir Matveev 049a5fba07 added tests 2015-08-18 13:36:08 -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
Mohamed Hegazy 387da2fc19 Merge pull request #4347 from Schmavery/master
Add `arguments` to completion list #4249
2015-08-18 09:51:27 -07:00
Daniel Rosenwasser ea1882d76d Merge branch 'master' into iFeelPrettyErr
Conflicts:
	src/compiler/sys.ts
	src/compiler/tsc.ts
2015-08-18 01:25:00 -07:00
Daniel Rosenwasser 3c04dff059 Limit errors to 5 lines, fixed some other issues. 2015-08-18 00:47:09 -07:00