Commit Graph
12444 Commits
Author SHA1 Message Date
Yui T bb7a132b0e Address code review 2015-08-20 09:25:02 -07:00
Basarat Syed 042e1bbd91 fix(scanner) try a trivia scan only if pos === 0 2015-08-20 17:45:54 +10:00
Mohamed Hegazy 014137b544 remove unused createNewInstance support 2015-08-20 00:41:35 -07:00
Mohamed Hegazy b1f90e6775 change to use map instead of flag, value tuple. 2015-08-20 00:41:14 -07:00
Mohamed Hegazy 527f197a4e consolidate toLower call 2015-08-20 00:40:45 -07:00
Mohamed Hegazy b28befdc1e Handel additional properties 2015-08-19 23:53:19 -07:00
Mohamed Hegazy b2ac33da9e Export setCompilerOptionForSetting 2015-08-19 23:16:58 -07:00
Mohamed Hegazy eef8f04e5d remove unused flag aliases 2015-08-19 23:15:40 -07:00
Mohamed Hegazy 3da6de205c remove unused list of supported switchs 2015-08-19 23:12:25 -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
Mohamed Hegazy f95fcf9671 Emit tsx files correctelly in getEmitOutput calls 2015-08-19 22:18:32 -07:00
zhengbli d1253d56ac Added null checks 2015-08-19 20:47:02 -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
Zhengbo Li bce2d67c51 Merge pull request #4306 from zhengbli/issue4220
Fix ImageData constructor
2015-08-19 17:02:09 -07:00
Vladimir Matveev 5bcb3f0be8 Merge pull request #4368 from Microsoft/noResolveAndExternalModules
Process imports to source files to record module name resolutions
2015-08-19 17:00:36 -07:00
Yui T 5d15218cbe Remove /// comment when removeComment is true 2015-08-19 16:19:17 -07:00
zhengbli b16536b60d CR feedback 2015-08-19 16:02:36 -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
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
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
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 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
zhengbli c81cc9fee3 CR feedback and logic rewrite 2015-08-19 00:48:16 -07:00
David Souther 407c8beed5 Emits safe value for import. 2015-08-18 21:17:43 -04: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