Zhengbo Li
|
8c38cbfb4b
|
Merge pull request #9073 from zhengbli/i8523
Increase project reference count even when the opened file is referenced by it but not its root
|
2016-06-15 12:42:14 -07:00 |
|
Daniel Rosenwasser
|
9a2cf115c0
|
Merge pull request #9170 from Microsoft/emptyTupleAssertions
Correctly check types in type assertions
|
2016-06-15 12:35:04 -07:00 |
|
Andy
|
a1e0504ed4
|
Merge pull request #9189 from Microsoft/js_property_declaration
Allow property declarations in .js files
|
2016-06-15 12:20:41 -07:00 |
|
Mohamed Hegazy
|
97be083d99
|
Merge pull request #9100 from Microsoft/Fix9098
Fix #9098: report missing function implementation errors for merged …
|
2016-06-15 11:53:31 -07:00 |
|
Anders Hejlsberg
|
a3a0c9877b
|
Merge pull request #9188 from Microsoft/relaxLogicalAnd
Relax && operator typing
|
2016-06-15 11:07:54 -07:00 |
|
Andy Hanson
|
9b6472aec0
|
Remove old test
|
2016-06-15 11:00:27 -07:00 |
|
Andy Hanson
|
dd0411a2f3
|
Allow property declarations in .js files
|
2016-06-15 09:42:52 -07:00 |
|
Anders Hejlsberg
|
28b241e615
|
Add regression test
|
2016-06-15 09:28:45 -07:00 |
|
Andy Hanson
|
8a025fcff4
|
Use helper functions to simplify range tests
|
2016-06-15 09:05:15 -07:00 |
|
Daniel Rosenwasser
|
14c2bcf73a
|
Added tests.
|
2016-06-14 19:02:47 -07:00 |
|
Mohamed Hegazy
|
784a76530c
|
Fix #9173: clear out lib and types before creating a program in transpileModule
|
2016-06-14 17:44:57 -07:00 |
|
Nathan Shively-Sanders
|
7890fd58b9
|
Merge pull request #9088 from Microsoft/add-members-to-variable-declarations-initialised-with-function-expressions
Add members to variable declarations initialised with function expressions
|
2016-06-14 11:37:36 -07:00 |
|
Daniel Rosenwasser
|
5a90c6777a
|
Added tests.
|
2016-06-14 11:33:41 -07:00 |
|
Nathan Shively-Sanders
|
57f66b8efa
|
Merge pull request #9148 from Microsoft/add-isDefinition-to-references
Add isDefinition to references
|
2016-06-14 11:12:53 -07:00 |
|
Daniel Rosenwasser
|
8917ddf8a1
|
Merge pull request #9151 from Microsoft/commonjsShorthands
Fix emit for shorthand properties when they refer to CommonJS exports.
|
2016-06-14 10:32:20 -07:00 |
|
Andy
|
13a0f5905d
|
Merge pull request #9159 from Microsoft/code_completion_escaping
Code completion escaping
|
2016-06-14 10:21:40 -07:00 |
|
Andy Hanson
|
6b05ecab5b
|
Fix bug: do unescaping in the right place, so that it only affects escaped javascript identifiers
|
2016-06-14 09:39:48 -07:00 |
|
Nathan Shively-Sanders
|
7bf40c4935
|
Add more isDefinition tests and fix computed property bug
|
2016-06-14 09:39:30 -07:00 |
|
Andy Hanson
|
1b4b01eed5
|
Unescape identifiers used in code completion
|
2016-06-14 08:13:55 -07:00 |
|
Andy Hanson
|
f6cee27af9
|
Emit 'Promise' decorator metadata return type for async methods
|
2016-06-14 06:11:00 -07:00 |
|
Andy
|
29b1e796c3
|
Merge pull request #9140 from Microsoft/navbar_jsdoc
Add test for jsdoc in navigation bar
|
2016-06-14 05:43:45 -07:00 |
|
Andy
|
b92a8f2b53
|
Merge pull request #9144 from Microsoft/decorator_metadata_rest_parameter
Fix decorator metadata emit for rest arg with no type
|
2016-06-14 05:43:24 -07:00 |
|
Wesley Wigham
|
9d023a83fe
|
Merge pull request #9090 from weswigham/allow-empty-lists-command-line
Allow empty lists on command line
|
2016-06-14 00:29:15 -07:00 |
|
Daniel Rosenwasser
|
318e957377
|
Added tests.
|
2016-06-13 23:33:23 -07:00 |
|
Ryan Cavanaugh
|
f9923efd09
|
Merge pull request #9095 from RyanCavanaugh/implicitTypeReferences
Implicit type inclusion changes
|
2016-06-13 16:33:22 -07:00 |
|
Ryan Cavanaugh
|
90b319fc24
|
lint
|
2016-06-13 14:52:41 -07:00 |
|
Ryan Cavanaugh
|
236351d4f0
|
Add unit test
|
2016-06-13 14:43:19 -07:00 |
|
Nathan Shively-Sanders
|
ac9e617e5e
|
Test isDefinition
|
2016-06-13 13:23:32 -07:00 |
|
Andy Hanson
|
c0c707c37f
|
Fix decorator metadata emit for rest arg with no type
|
2016-06-13 13:16:13 -07:00 |
|
Andy Hanson
|
89488f8317
|
Add test for jsdoc in navigation bar
|
2016-06-13 12:08:31 -07:00 |
|
Nathan Shively-Sanders
|
8b093128b3
|
Merge pull request #9036 from Microsoft/primitive-type-guards-are-order-independent
Primitive type guards are order independent
|
2016-06-13 10:52:06 -07:00 |
|
Ryan Cavanaugh
|
6702e651a3
|
CR changes
|
2016-06-13 10:15:29 -07:00 |
|
Mohamed Hegazy
|
e86f1837d0
|
Fix #9098: report missing function impelementation errors for merged classes and namespaces
|
2016-06-11 13:12:08 -07:00 |
|
Ryan Cavanaugh
|
576f09f531
|
Merge
|
2016-06-10 15:47:51 -07:00 |
|
Ryan Cavanaugh
|
9827b638b4
|
Implicit type inclusion changes
|
2016-06-10 15:44:11 -07:00 |
|
Wesley Wigham
|
8d83cd167f
|
Remove trailing whitespace
|
2016-06-10 15:26:14 -07:00 |
|
Wesley Wigham
|
d20459607b
|
Remove single-comma empty array form
|
2016-06-10 14:35:13 -07:00 |
|
Wesley Wigham
|
a3a1c49739
|
Allow empty lists on command line
|
2016-06-10 14:14:32 -07:00 |
|
Nathan Shively-Sanders
|
4a9b1209ae
|
Test adding members to JS variables whose initialisers are functions
|
2016-06-10 14:11:31 -07:00 |
|
Mohamed Hegazy
|
97d7aa5fb5
|
Merge pull request #9042 from Microsoft/ES6ModulesES5Target
Fix #6319: Add support for `--t: es5` and `--m es6`
|
2016-06-10 10:23:39 -07:00 |
|
Andy Hanson
|
077dfff93b
|
Add tests
|
2016-06-10 08:03:41 -07:00 |
|
Andy Hanson
|
d973f4d701
|
Merge branch 'master' into shorthand_ambient_module
|
2016-06-10 06:08:16 -07:00 |
|
Andy Hanson
|
ff6e025e8a
|
Merge branch 'master' into shorthand_ambient_module
|
2016-06-10 06:03:54 -07:00 |
|
zhengbli
|
1e7790df06
|
Fix #8523
|
2016-06-10 03:44:44 -07:00 |
|
Nathan Shively-Sanders
|
2b46656b4a
|
Merge pull request #9061 from Microsoft/fix-this-resolution-in-parameter-initializers
Fix this resolution in parameter initializers
|
2016-06-09 16:20:45 -07:00 |
|
Nathan Shively-Sanders
|
86a6959e2a
|
Merge branch 'master' into primitive-type-guards-are-order-independent
|
2016-06-09 15:56:34 -07:00 |
|
Mohamed Hegazy
|
f0a430aef8
|
Code review comments
|
2016-06-09 15:52:17 -07:00 |
|
Nathan Shively-Sanders
|
a1e4b31d16
|
Allow null/undefined guard with null/undefined on left
Also add a test with baselines.
|
2016-06-09 15:48:35 -07:00 |
|
Nathan Shively-Sanders
|
e307295fb9
|
Resolve function-this in parameter initialisers when explicitly provided
|
2016-06-09 15:20:51 -07:00 |
|
Yui
|
574a64dec9
|
Fix7334 Disallow async in functionExpression and ArrowFunction (#9062)
* Error when using async modifier in function-expression and arrow-function when target es5
* Add tests and baselines
|
2016-06-09 15:01:08 -07:00 |
|