8294 Commits

Author SHA1 Message Date
Yui T
8eff741961 Add test in case of remove /// on node that will not be emitted when removeComment is true 2015-08-20 15:02:46 -07:00
Yui T
3f66968776 Only preseve pinned comment at the top of file 2015-08-20 15:01:59 -07:00
zhengbli
b78e560927 Add message in protocol.d.ts and rename "rebuildProjects" to "reloadProjects" 2015-08-20 14:53:29 -07:00
Jason Ramsay
e6c4019671 Updating the internal toolsVersion from 1.5 -> 1.6 in shims.ts 2015-08-20 14:48:03 -07:00
zhengbli
a4d496c4c6 add command for rebuild all project structure 2015-08-20 14:34:46 -07:00
Mohamed Hegazy
539d94502c Use same parsing function for fourslash tests 2015-08-20 14:21:19 -07:00
zhengbli
762e0e8146 Delay creating inferred projects 2015-08-20 13:02:52 -07:00
Ryan Cavanaugh
6eca09b062 Handle non-entities as well 2015-08-20 12:30:12 -07:00
Ryan Cavanaugh
16e72971d9 Add comments 2015-08-20 12:23:27 -07:00
Ryan Cavanaugh
67f81bc53c Convert HTML entities to strings (#4125) 2015-08-20 12:20:28 -07:00
zhengbli
c233d4d487 Merge branch 'addTsConfigWatcher' of https://github.com/zhengbli/TypeScript into addTsConfigWatcher 2015-08-20 12:18:53 -07:00
Ryan Cavanaugh
f659c9098c Fix React whitespace emit #4376 2015-08-20 11:38:03 -07:00
Yui T
4b7e2b3139 Update tests file for /// and detached comments 2015-08-20 11:31:51 -07:00
Yui T
21ebc71325 Don't emit detached comment if removeComment is true 2015-08-20 09:47:45 -07:00
Yui T
bb7a132b0e Address code review 2015-08-20 09:25:02 -07:00
Ryan Cavanaugh
8ad9138828 Merge pull request #4378 from tarikozket/patch-1
Fixed spelling
2015-08-20 09:12:52 -07:00
Tarik
b8f41defd8 Fixed spelling 2015-08-20 14:10:26 +03:00
Mohamed Hegazy
229c470025 Merge pull request #4375 from basarat/fix/shebang-trivia-scan
fix(scanner) try a trivia scan only if pos === 0
2015-08-20 01:29:25 -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
fc39c4aa60 Accepted baselines. 2015-08-19 17:23:14 -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
Yui T
248d85720c Update tests to remove /// if removeComment is true 2015-08-19 16:12:33 -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
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