Mohamed Hegazy
|
af4e44a8d8
|
export= in ES6 modules, accept latest
|
2016-04-06 17:21:09 -07:00 |
|
Mohamed Hegazy
|
17a062ab62
|
invalid export in blocks.
|
2016-04-06 17:20:41 -07:00 |
|
Mohamed Hegazy
|
27bd8e71b9
|
formatting
|
2016-04-06 17:20:17 -07:00 |
|
Mohamed Hegazy
|
fe5121652d
|
Do not emit rest param if not the last.
|
2016-04-06 17:19:59 -07:00 |
|
Mohamed Hegazy
|
68a9615bd2
|
invalid output in both cases, picking the latest
|
2016-04-06 17:19:34 -07:00 |
|
Mohamed Hegazy
|
b84507292e
|
better output, previouslly block scoped variable was not renamed.
|
2016-04-06 17:18:48 -07:00 |
|
Mohamed Hegazy
|
7c7fd05a3e
|
Formatting system module output
|
2016-04-06 17:18:04 -07:00 |
|
Mohamed Hegazy
|
a8de104018
|
Function declaration with string template, syntactically incorect.
|
2016-04-06 17:14:57 -07:00 |
|
Mohamed Hegazy
|
7e0b3066bc
|
Invalid input, this in static property intializer. output is worng in both cases.
|
2016-04-06 17:14:30 -07:00 |
|
Mohamed Hegazy
|
181ab945af
|
emit * in generators downlevel
|
2016-04-06 17:13:51 -07:00 |
|
Ron Buckton
|
71bd7e7f9d
|
Merge pull request #7834 from Microsoft/transforms-fixSpaceInModifiers
Fixes missing whitespace in modifiers
|
2016-04-05 16:51:14 -07:00 |
|
Ron Buckton
|
299c4c7351
|
Fixes missing whitespace in modifiers
|
2016-04-05 11:39:02 -07:00 |
|
Yui
|
881b70c495
|
Update baselines
* Update baselines
* Update project-baselines
* Revert "Update project-baselines"
This reverts commit eb169712ebad710d11d6b5fad4e8d2ed9b73f50e.
* Remove incorrect baseline
|
2016-04-05 11:06:49 -07:00 |
|
Vladimir Matveev
|
3583e14109
|
Merge pull request #7832 from Microsoft/transforms-fix-unittests
update baselines in unittests, fix linter issues
|
2016-04-05 11:03:56 -07:00 |
|
Ron Buckton
|
6b903c7440
|
Merge pull request #7823 from Microsoft/transforms-fixJsx
Fix incorrect emit for JSX/React
|
2016-04-05 10:53:27 -07:00 |
|
Ron Buckton
|
f2188432f4
|
Merge pull request #7822 from Microsoft/transforms-0-255-simple-baselines
Accepts nominal baseline changes for some failing tests.
|
2016-04-05 10:50:50 -07:00 |
|
Vladimir Matveev
|
86a51cbe24
|
update baselines in unittests, fix linter issues
|
2016-04-05 09:32:09 -07:00 |
|
Ron Buckton
|
40a38001ad
|
Fix incorrect emit for JSX/React
|
2016-04-04 18:33:41 -07:00 |
|
Ron Buckton
|
4d8c00f43d
|
Merge pull request #7821 from Microsoft/transforms-fixTransformFlagsTypeForExponentiation
Fixed typo when computing transform flags for exponentation
|
2016-04-04 18:23:46 -07:00 |
|
Ron Buckton
|
f4c95c009f
|
Accepted baselines.
|
2016-04-04 18:22:45 -07:00 |
|
Ron Buckton
|
27d0ea1904
|
Fixed typo when computing transform flags for exponentation
|
2016-04-04 17:19:41 -07:00 |
|
Ron Buckton
|
bf62c75097
|
Merge pull request #7820 from Microsoft/transforms-fixExportedNamespaceInExternalModule
Fixes emit for exported namespaces in external modules.
|
2016-04-04 16:22:05 -07:00 |
|
Ron Buckton
|
a69d13ba0f
|
Fixes emit for exported namespaces in external modules.
|
2016-04-04 15:52:37 -07:00 |
|
Ron Buckton
|
0f4a3dbc63
|
Merge pull request #7811 from Microsoft/transforms-fixClassExpressionIndentation
Fixes indentation of class expression bodies
|
2016-04-04 14:46:44 -07:00 |
|
Vladimir Matveev
|
3e25720a7f
|
Merge pull request #7815 from Microsoft/transforms-review-256-511
select acceptable baselines for 'transformations' branch
|
2016-04-04 14:23:20 -07:00 |
|
Vladimir Matveev
|
8e1e2d70b5
|
accept baselines
|
2016-04-04 13:52:56 -07:00 |
|
Ron Buckton
|
7c4c0060af
|
Fixes indentation of class expression bodies
with static initializers.
|
2016-04-04 13:01:12 -07:00 |
|
Ron Buckton
|
39171bdb20
|
Merge pull request #7783 from Microsoft/transforms-fixCommentsPlus
Transforms fix comments plus
|
2016-04-04 13:00:10 -07:00 |
|
Ron Buckton
|
02d2178e31
|
PR Feedback
|
2016-04-04 11:01:35 -07:00 |
|
Ron Buckton
|
15780a9a4c
|
Fixes some comment emit and other changes
|
2016-04-01 17:45:18 -07:00 |
|
Ron Buckton
|
5048aef11b
|
Merge pull request #7740 from Microsoft/transforms-fixTemplateEmit
Adjusts emit for templates
|
2016-03-31 14:47:40 -07:00 |
|
Ron Buckton
|
794e0cef8c
|
Fix parens for NewExpression
|
2016-03-31 13:03:06 -07:00 |
|
Ron Buckton
|
033864be82
|
PR Feedback
|
2016-03-31 10:16:05 -07:00 |
|
Ron Buckton
|
fe13cdc7bd
|
Updated a few baselines
|
2016-03-30 17:41:03 -07:00 |
|
Ron Buckton
|
78cdb2d902
|
Adjusts emit for templates
|
2016-03-30 17:39:29 -07:00 |
|
Ron Buckton
|
92826cd54b
|
Merge pull request #7736 from Microsoft/transforms-fixModuleEnum
Fix emit for modules and enums.
|
2016-03-30 15:11:18 -07:00 |
|
Ron Buckton
|
d647f89daa
|
Fix emit for modules and enums.
|
2016-03-30 11:18:29 -07:00 |
|
Ron Buckton
|
36257ec478
|
Fix issue with destructuring in for..of
|
2016-03-29 15:29:56 -07:00 |
|
Vladimir Matveev
|
3989d232b0
|
Merge pull request #7693 from Microsoft/transforms-block-scoped-bindings
Add support for captured block scoped bindings
|
2016-03-29 09:39:20 -07:00 |
|
Vladimir Matveev
|
5d8d3b85bd
|
addressed PR feedback
|
2016-03-29 09:28:36 -07:00 |
|
Vladimir Matveev
|
646daac6d4
|
fix comment
|
2016-03-28 13:30:51 -07:00 |
|
Vladimir Matveev
|
6ba02858f0
|
Merge pull request #7707 from Microsoft/transforms-unary-operators-system
fix emit for unary operators on exported variables in system modules
|
2016-03-28 12:57:05 -07:00 |
|
Vladimir Matveev
|
f0523346d7
|
do not treat class declarations as nodes that start lexical environment
|
2016-03-28 12:54:37 -07:00 |
|
Vladimir Matveev
|
8ebe08105d
|
fix emit for unary operators on exported variables in system modules
|
2016-03-27 19:52:24 -07:00 |
|
Ron Buckton
|
5880029a13
|
Merge pull request #7694 from Microsoft/transforms-fixDebugErrors
Fixes all of the Debug Failures currently in transforms.
|
2016-03-25 23:34:05 -07:00 |
|
Ron Buckton
|
46e4c632ff
|
Fix remaining debug failures.
|
2016-03-25 18:49:50 -07:00 |
|
Vladimir Matveev
|
8e1d5d9c6e
|
accepted baselines
|
2016-03-25 18:33:10 -07:00 |
|
Vladimir Matveev
|
564e134f5e
|
added support for captured block scoped bindings
|
2016-03-25 18:32:42 -07:00 |
|
Ron Buckton
|
734f161cdc
|
Changed emit for decorator metadata
|
2016-03-25 14:29:22 -07:00 |
|
Ron Buckton
|
6e86b13d46
|
Merge pull request #7681 from Microsoft/transforms-fixES6ImportElision
Fixes ES6 import elision for transformers
|
2016-03-25 10:20:06 -07:00 |
|