Sheetal Nandi
|
5ea469a8a8
|
No Need to store dot token when parsing property access expression
|
2016-06-14 11:02:40 -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 |
|
Andy
|
c33df015eb
|
Merge pull request #9156 from Microsoft/decorator_metadata_async
Emit 'Promise' decorator metadata return type for async methods
|
2016-06-14 08:14:50 -07:00 |
|
Andy Hanson
|
1b4b01eed5
|
Unescape identifiers used in code completion
|
2016-06-14 08:13:55 -07:00 |
|
Andy Hanson
|
33e4c7a9a3
|
Respond to PR comment
|
2016-06-14 06:50:44 -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 |
|
Andy
|
6eaf7fa51e
|
Merge pull request #9146 from Microsoft/runtests_bail_2.0
Add option to bail out of `jake runtests` when one test fails
|
2016-06-14 05:42:41 -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
|
e8a7e0c0d4
|
Accepted baselines.
|
2016-06-13 23:34:00 -07:00 |
|
Daniel Rosenwasser
|
eae289c7b7
|
Emit 'exports.' if the shorthand is a general export.
|
2016-06-13 23:33:47 -07:00 |
|
Daniel Rosenwasser
|
d54094c6f7
|
Accepted baselines.
|
2016-06-13 23:33:36 -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 |
|
Ryan Cavanaugh
|
29f5291453
|
Refactor
|
2016-06-13 14:37:07 -07:00 |
|
Ryan Cavanaugh
|
b10d93291f
|
Absolute-ify paths in both places
|
2016-06-13 14:20:31 -07:00 |
|
Andy Hanson
|
7d31bcf87b
|
Add option to bail out of jake runtests when one test fails
|
2016-06-13 13:35:37 -07:00 |
|
Andy Hanson
|
c0c707c37f
|
Fix decorator metadata emit for rest arg with no type
|
2016-06-13 13:16:13 -07:00 |
|
Ron Buckton
|
3dca09b200
|
Fixes runtests-parallel not reporting failure for failed tests.
|
2016-06-13 12:58:21 -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 |
|
Mohamed Hegazy
|
6f63799151
|
Merge pull request #9129 from plantain-00/minor_fix_add_missing_return_clause
minor fix: add missing return clause
|
2016-06-13 10:21:17 -07:00 |
|
Ryan Cavanaugh
|
6702e651a3
|
CR changes
|
2016-06-13 10:15:29 -07:00 |
|
Ryan Cavanaugh
|
e8ac1abbd6
|
Baseline fix, CR comments, lint
|
2016-06-13 09:33:49 -07:00 |
|
Yui
|
fb050f17f6
|
Use camel-case instead of snake-case (#9134)
|
2016-06-13 09:23:37 -07:00 |
|
york yao
|
61534225e5
|
minor fix: add missing return clause
|
2016-06-13 18:48:39 +08:00 |
|
Yui
|
81d1ccfe87
|
Only inlineSourceMap when debugging through jake-browser (#9080)
* Only inlineSourceMap when debugging through jake-browser
* Address PR: fix typo in opt's property
|
2016-06-10 18:22:20 -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 |
|
Nathan Shively-Sanders
|
ccd4552b9a
|
Merge pull request #9089 from Microsoft/recommend-runtests-parallel-in-CONTRIBUTING
Recommend runtests-parallel in CONTRIBUTING
|
2016-06-10 14:54:22 -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
|
b027b4f423
|
Recommend runtests-parallel in CONTRIBUTING
|
2016-06-10 14:13:56 -07:00 |
|
Vladimir Matveev
|
72d64e1ccf
|
Merge pull request #9084 from Microsoft/fixBaselines
fix test baselines
|
2016-06-10 11:35:14 -07:00 |
|
Vladimir Matveev
|
5ae0602a63
|
fix baselines
|
2016-06-10 11:20:59 -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
|
71b7d44d58
|
Merge pull request #8945 from Microsoft/shorthand_ambient_module
Support shorthand ambient module declarations
|
2016-06-10 10:09:57 -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 |
|
Mohamed Hegazy
|
e6eb36ee71
|
Update LKG
|
2016-06-10 01:06:00 -07:00 |
|
Mohamed Hegazy
|
6687f2c05e
|
Merge pull request #9065 from AppShipIt/8996-es6-diagnostic-messages
Update more diagnostic messages ES6->2015
|
2016-06-10 00:19:13 -07:00 |
|
Ron Buckton
|
a1e41350f6
|
Merge pull request #9066 from Microsoft/fixRuntestsParallel
Fixes issue with runtests-parallel
|
2016-06-09 23:59:09 -07:00 |
|
Ron Buckton
|
5af8ba8bf8
|
Fixes an issue with runtests-parallel when global mocha is not installed.
|
2016-06-09 22:07:07 -07:00 |
|