Jason Freeman
|
f531ff8439
|
Merge pull request #3308 from Microsoft/fixJSDocErrorCode
Fix JSDoc error code for to avoid duplicate error code
|
2015-05-29 18:15:50 -07:00 |
|
Jason Freeman
|
77b46a2c3d
|
Fix JSDoc error code for to avoid duplicate error code
|
2015-05-29 17:58:43 -07:00 |
|
Jason Freeman
|
675679acae
|
Merge pull request #3031 from Microsoft/generators
Basic support for generators as iterators
|
2015-05-29 17:48:11 -07:00 |
|
Jason Freeman
|
171b385237
|
Fix CRLF issue in baselines
|
2015-05-29 17:37:54 -07:00 |
|
Jason Freeman
|
1e7c774d71
|
Update symbol baselines because of things in lib.d.ts moving around
|
2015-05-29 17:14:55 -07:00 |
|
Jason Freeman
|
059bb18bac
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
Conflicts:
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.json
tests/baselines/reference/emitArrowFunctionWhenUsingArguments14_ES6.symbols
tests/baselines/reference/emitArrowFunctionWhenUsingArguments15_ES6.symbols
tests/baselines/reference/emitArrowFunctionWhenUsingArguments16_ES6.symbols
tests/baselines/reference/emitArrowFunctionWhenUsingArguments17_ES6.symbols
tests/baselines/reference/emitArrowFunctionWhenUsingArguments18_ES6.symbols
tests/baselines/reference/for-of37.symbols
tests/baselines/reference/for-of38.symbols
tests/baselines/reference/for-of40.symbols
tests/baselines/reference/for-of45.symbols
tests/baselines/reference/for-of50.symbols
tests/baselines/reference/iterableArrayPattern30.symbols
tests/baselines/reference/promiseVoidErrorCallback.symbols
tests/baselines/reference/typedArrays.symbols
|
2015-05-29 17:14:29 -07:00 |
|
Jason Freeman
|
faac853b64
|
Address PR feedback for generators
|
2015-05-29 17:03:05 -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 |
|
Jason Freeman
|
33f8e56a44
|
Fix CRLF issue
|
2015-05-28 16:02:38 -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 |
|
Jason Freeman
|
0a49128908
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
|
2015-05-27 13:24:00 -04: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 |
|
Jason Freeman
|
67c88a2588
|
Initial PR feedback
|
2015-05-20 16:38:13 -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 |
|
Jason Freeman
|
6037780159
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
|
2015-05-19 15:08:41 -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 |
|