Commit Graph

5900 Commits

Author SHA1 Message Date
Zhengbo Li c597bd63fc Add APIs to provide project info for a given file
Return the path of the config file and the file name list of the project
(optionally). This is helpful in differentiate the build command
behavior for loose files and configured projects in sublime.
2015-05-29 17:20:41 -07:00
Daniel Rosenwasser 57f3e04b3f Merge pull request #3306 from Microsoft/deconstructingArguments
Give 'arguments' an iterator
2015-05-29 15:33:05 -07:00
Daniel Rosenwasser 4df3d278da Accepted baselines. 2015-05-29 15:16:15 -07:00
Daniel Rosenwasser 3cf9eca0c0 Added the iterator symbol to 'IArguments'. 2015-05-29 15:06:43 -07:00
Daniel Rosenwasser 338bc0ef39 Added tests. 2015-05-29 14:59:19 -07:00
CyrusNajmabadi 1ecb896b87 Merge pull request #3292 from Microsoft/jsDocTests1
Add a couple of tests for jsdoccomments.
2015-05-28 14:46:11 -07:00
Cyrus Najmabadi 302a0da7e7 Add tests for jsdoccomments. 2015-05-28 11:49:11 -07:00
CyrusNajmabadi 3f87259ef5 Merge pull request #3291 from Microsoft/jsDocParsing2
Parsing support for jsDocComments.
2015-05-28 11:10:17 -07:00
Cyrus Najmabadi 9aab98419b Parsing support for jsDocComments. 2015-05-28 10:14:18 -07:00
Mohamed Hegazy 118d87ce18 Merge pull request #3281 from bavardage/bugfix/fix-constructors
fix constructors for DateTimeFormat, NumberFormat
2015-05-27 11:36:04 -07:00
Ben Duffield 538978e3be fix constructors for DateTimeFormat, NumberFormat
they were incorrectly producing a Collator
2015-05-27 18:25:01 +01:00
Vladimir Matveev de88ede4fe Merge pull request #3272 from Microsoft/formattingCloseBracketInFunctionDeclarations
remove space after close bracket only if next token does not start bl…
2015-05-26 16:46:35 -07:00
Vladimir Matveev f1789acb47 remove space after close bracket only if next token does not start block in function declaration context 2015-05-26 16:25:09 -07:00
Dan Quirk cc078653be Merge pull request #3256 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-05-22 11:33:38 -07:00
The Gitter Badger 8e2e799f95 Added Gitter badge 2015-05-22 18:26:48 +00:00
Anders Hejlsberg 8918c8af17 Merge pull request #3239 from Microsoft/cyclicTypeInstantiation
Detect cycles during type instantiation
2015-05-21 15:13:35 -07:00
Mohamed Hegazy 2859ccba77 Merge pull request #3248 from ivogabe/while-vs-with
emitWithStatement should emit a WithStatement
2015-05-21 13:17:39 -07:00
Ivo Gabe de Wolff 3bfc5359ad emitWithStatement should emit a WithStatement 2015-05-21 22:02:02 +02:00
Anders Hejlsberg ebcdd85ad0 Changing type mapping cache to be a dictionary 2015-05-21 09:18:55 -07:00
Anders Hejlsberg c303e14b28 Adding regression test 2015-05-20 16:31:03 -07:00
Anders Hejlsberg de8597ca8c Add cache to instantiateType function to break cycles 2015-05-20 16:30:50 -07:00
Ron Buckton db6928e1ce Merge pull request #3227 from Microsoft/fixFunctionExpressionCheckForDecorators
Fix for #2971, adds missing logic in checkFunctionExpressionBodies
2015-05-20 10:20:55 -07:00
Ron Buckton 4b031ea76e Added tests 2015-05-19 22:07:45 -07:00
Ron Buckton d080f47003 Fix for #2971, adds missing logic in checkFunctionExpressionBodies 2015-05-19 16:17:12 -07:00
Mohamed Hegazy 0d5653e21a Merge pull request #3139 from basarat/patch-1
📝 document autocrlf needs to be off
2015-05-19 15:22:31 -07:00
Mohamed Hegazy ccd330e588 Merge pull request #3212 from pgilad/patch-1
update license attribute
2015-05-19 13:54:24 -07:00
Ron Buckton a1406bf836 Merge pull request #3156 from Microsoft/codeSettings
Adds tasks.json to easily use VSCode with TypeScript sources
2015-05-19 10:58:04 -07:00
Ron Buckton 9fc1d3ce47 Adjusted spacing in tasks.json 2015-05-19 10:56:46 -07:00
Yui dea8e3edad Merge pull request #3207 from Microsoft/declareModifierForInterface
Declare modifier for interface
2015-05-19 13:23:32 -04:00
Gilad Peleg 60f25ffccc update license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-19 13:46:50 +03:00
Yui T 2191adca10 Add tests 2015-05-18 18:18:16 -07:00
Yui T 89d0f41e95 Update baselines 2015-05-18 18:18:08 -07:00
Yui T 67c27ee766 Remove check for declare modifier on interface 2015-05-18 18:17:55 -07:00
Jason Freeman 5bea6a9762 Merge pull request #3066 from tinganho/newWithSpread
New with spread
2015-05-18 10:23:30 -07:00
Tingan Ho ccd3de33f3 Combining else blocks 2015-05-17 09:27:20 +08:00
Daniel Rosenwasser 0287d2fc80 Merge pull request #3185 from Microsoft/variableStatementComments
Don't emit leading/trailing comments for omitted variable statements
2015-05-16 15:50:47 -07:00
Tingan Ho 78a36c0cee Fixes concat style 2015-05-16 16:42:49 +08:00
Vladimir Matveev 74f1dd61ad Merge pull request #3183 from Microsoft/marshalling_issue
perf: during file update request only changed portion of the text from the …
2015-05-15 17:09:15 -07:00
Daniel Rosenwasser 3664f29689 Updated baselines. 2015-05-15 17:01:42 -07:00
Vladimir Matveev 66a91c33fb use textSpanEnd instead of handrolled version 2015-05-15 16:36:58 -07:00
Daniel Rosenwasser bd2139694a Added change to omit comments for variable statements when appropriate. 2015-05-15 16:32:11 -07:00
Vladimir Matveev d3a2dc0c64 addressed PR feedback 2015-05-15 15:28:02 -07:00
Vladimir Matveev 2c4801ea47 during file update request only changed portion of the text from the host 2015-05-15 14:28:02 -07:00
Anders Hejlsberg e3812ff8f2 Merge pull request #3157 from Microsoft/fixUnionReduction
Fix infinite recursion in union type reduction
2015-05-15 11:19:32 -07:00
CyrusNajmabadi 8d6dd18b61 Merge pull request #3182 from Microsoft/LKG2
Update LKG
2015-05-15 10:53:24 -07:00
Cyrus Najmabadi 8af0cbcef4 Update LKG 2015-05-15 10:35:06 -07:00
Anders Hejlsberg 194680f179 Addressing CR feedback 2015-05-15 10:24:24 -07:00
Vladimir Matveev 68a4deed28 Merge pull request #3144 from Microsoft/fixRootPrefix
handle triple slashes in url schema 'file' correctly
2015-05-15 08:54:51 -07:00
Tingan Ho 629b4bbfdf Saved 2015-05-15 15:45:08 +08:00
Vladimir Matveev 8582d80459 addressed PR feedback 2015-05-15 00:42:04 -07:00