Justin Ridgewell
5cc1cbf3bc
Matches pattern cleanup ( #5826 )
...
* Extract duplicated function into babel-types
Also reimplements in a sane way.
* Add tests
* cleanup
2017-06-06 11:20:05 -04:00
Justin Ridgewell
8df5514083
Fix numeric separator Number transform ( #5825 )
2017-06-06 08:14:30 -04:00
Henry Zhu
123dce5fcd
Hardcode to double quotes, indent to 2 spaces ( #5824 )
2017-06-05 22:14:37 -05:00
Nicolò Ribaudo
b0524427c1
Wrap an arrow function in parentheses if it the test of a conditional expression ( #5820 )
...
* Wrap an arrow function in parentheses if it the test of a conditional expression
Fixes #5819
* Use ConditionalExpresion to check if () => {} should be wrapped
* Move `t.isTaggedTemplateExpression()` from ArrowFunctionExpression to
ConditionalExpresion
* [test] `await (() => {})` needs the parentheses
* [test] (a ? b : c)`` needs the parentheses
2017-06-05 12:39:28 -04:00
Justin Ridgewell
53e3f0dbdc
babel-types: avoid recreating validator closures ( #5821 )
2017-06-05 12:38:30 -04:00
Artem Yavorsky
c4fd05c0c2
Spec compatibility for template literals. ( #5791 )
...
* Spec compatibility for template literals.
* Update preset-es2015 `spec` expected case.
* Prevent array mutability by replacing `shift`.
* Fix condition for single item.
* Group concats to ensure toPrimitive sequence.
* Update function test case.
* Add semi for function test case.
* Simplify concat call expressions creating.
* Fix some cases with multiple idengifiers.
* Add test case with different literals.
* Add test case for `Symbol()` and toPrimitive order
* Add actual literal case.
* Add minNodeVersion to template literals order.
* Flip the logical expression.
* Update README for template literals spec option.
* docs [skip ci]
2017-06-05 08:53:10 -04:00
Simen Bekkhus
1e55653ac1
Don't call deprecated code frame export ( #5815 )
2017-06-02 08:49:26 -04:00
Henry Zhu
272209ace5
⬆️ Alpha 12 ( #5808 )
...
* fix usage of codeframe
2017-06-01 15:13:17 -04:00
Sven SAULEAU
bf9b434736
refactor: search parent instead of using state
2017-05-31 19:34:05 -05:00
Sven SAULEAU
819056e94a
fix: remove check for super in arrow function
2017-05-31 19:33:57 -05:00
Henry Zhu
c5bad22767
v7.0.0-alpha.12
2017-05-31 17:11:39 -04:00
Henry Zhu
ce976bba2a
v7.0.0-alpha.11
2017-05-31 16:43:30 -04:00
Mauro Bringolf
c142bbc429
Remove duplicated getStatementParent and refactor requires to imports in tests ( #5746 )
...
* Additional testcase and require->import refactorings
* Removed duplicated getStatementParent function. Refactored all babel-traverse tests to use ESmodules
2017-05-31 15:33:25 -04:00
Henry Zhu
a6273a92ec
fix flow type issue
2017-05-31 15:31:59 -04:00
Henry Zhu
1d7d090bf0
fix pkg name
2017-05-31 15:31:51 -04:00
Buu Nguyen
f58f4ac351
Fix incorrect destructuring in for loop let initialization ( #5763 )
...
* Fix incorrect destructuring in for loop `let` initialization
* Improve approach and fix tests
2017-05-31 15:29:50 -04:00
Simen Bekkhus
63b7137dac
Add column range to babel-code-frame ( #5646 )
2017-05-31 15:22:46 -04:00
Rick Waldron
5393a49349
Support for NumericLiteralSeparator, Stage 1 feature ( #5793 )
...
* Support for NumericLiteralSeparator, Stage 1 feature
commit cd8f6e062876261a334d968f875e477a48927b6d
Author: Sven SAULEAU <xtuc@users.noreply.github.com>
Date: Wed May 31 16:14:15 2017 +0200
docs: update README [skip ci]
commit cf013e3382bf73cdf9224026c1ec0b1a368cfef2
Author: Rick Waldron <waldron.rick@gmail.com>
Date: Tue May 30 14:51:20 2017 -0400
Support for NumericLiteralSeparator, Stage 1 feature
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* add note about presets [skip ci]
2017-05-31 15:18:48 -04:00
Rick Waldron
3a6fdca069
Make all packages/*/README.md descriptions consistent.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2017-05-31 10:24:26 -04:00
noinkling
517ecdae65
Allow --inspect-brk option to be used with babel-node
2017-05-28 18:08:04 +12:00
Justin Ridgewell
2579c5b6e9
Merge pull request #5775 from peey/switch-continue
...
Switch continue
2017-05-27 22:45:14 -04:00
Henry Zhu
0df3e3d6eb
update babylon beta 11
2017-05-27 09:08:58 -04:00
Mauro Bringolf
f0d7d580d5
Added individual test cases for possible errors with path.replaceWith ( #5779 )
2017-05-27 00:22:26 -04:00
Brian Ng
4ae39239b5
Remove import declaration when stripping flowtypes if only type/typeof specifiers ( #5782 )
2017-05-26 15:36:46 -04:00
Henry Zhu
9e2ef0cf9e
update types [skip ci]
2017-05-25 15:23:30 -04:00
Henry Zhu
9b44cef691
v7.0.0-alpha.10
2017-05-25 15:17:07 -04:00
Henry Zhu
ce2335604c
Merge pull request #5761 from babel/b7-10
...
Babylon 7 alpha.10
2017-05-25 14:29:25 -04:00
Buu Nguyen
8abe061fab
Support specifying minimum Node version a test requires ( #5765 )
2017-05-25 11:59:00 -04:00
Aditya Vohra
bf9baa182b
Change regeneratorRuntime to _regenerator2.default in transform runtime README [skip ci] ( #5767 )
2017-05-25 08:34:31 -05:00
Peeyush Kushwaha
ee389384bc
Update regenerator test relying on wrong semantics
...
Broken by fix to switch statements in block scoping
2017-05-25 13:51:13 +05:30
Peeyush Kushwaha
72d83acc07
Properly convert continue statements in switch
...
Ignore just non-label break statements in a switch, and allow continue
statments and lablled break statements.
Fixes #5725
2017-05-25 13:49:29 +05:30
Brian Ng
3563823870
Print decorators before ExportDeclaration
2017-05-23 10:37:38 -05:00
Brian Ng
9d95b3faae
518-spread-assignable
2017-05-23 09:09:01 -05:00
Brian Ng
f8f2ead450
358-decorator-exported-class
2017-05-23 08:57:03 -05:00
Brian Ng
32c4cdf016
339-spread-obj-pattern-assignable
2017-05-23 08:43:15 -05:00
Brian Ng
afe85c11a7
474-transform
2017-05-23 08:08:07 -05:00
Brian Ng
01d5d5ebc7
499-transform
2017-05-23 07:58:22 -05:00
Bo Lingen
8772e7fb89
Fix ObjectProperty patterns ( #5762 )
...
* Fix Object Property values to allow Patterns
* Add RestElement to allowed types
* add tests for nested pattern structures
2017-05-22 20:24:19 -04:00
Brian Ng
889a505ffd
377-async-func-decl
2017-05-22 17:35:01 -05:00
Brian Ng
6c6ee74eb0
351-class-prop
2017-05-22 17:26:15 -05:00
Brian Ng
48ce5bcf1c
499-super-class-prop
2017-05-22 16:59:16 -05:00
Brian Ng
ec596604bc
474-export-default-exotic
2017-05-22 16:54:23 -05:00
Henry Zhu
d365dad341
add some tests
2017-05-22 17:48:20 -04:00
Samuel Reed
853b9f8ece
Fix multiple var declarations in transform-react-constant-elements ( #5732 ) ( #5756 )
...
This was broken by a legacy attachment path conditional that
is no longer needed.
2017-05-22 17:46:53 -04:00
Henry Zhu
6620612b66
update to beta.10
2017-05-22 17:13:54 -04:00
Samuel Reed
83232bb4ff
Add regression test for transform-react-constant-elements ( #5552 )
2017-05-21 11:47:35 -05:00
James Lal
6928695735
Flow comments import export ( #5675 )
...
* Add failing test for `export type .. from ...; `
* Add support for flow comment : `export ... from '...'`
2017-05-20 09:10:39 -04:00
Justin Ridgewell
58216f5022
Hoist toSequenceExpression's convert helper ( #5693 )
2017-05-19 17:35:05 -04:00
Justin Ridgewell
8cd4a62c02
Transform do-expressions on exit ( #5694 )
...
* Transform do-expressions on exit
This allows other transforms (notably, block scoping) to do their magic
first, possibly saving closures.
Also fixes a bug with declaring duplicate bindings (de-opts now).
* Use strict in exec test
* lint
2017-05-19 16:58:15 -04:00
Buu Nguyen
c474fd48e1
Fix issue semi-colon gets inserted unnecessarily ( #5749 )
...
* Fix issue semi-colon gets inserted unnecessarily
* Simplify if condition a bit
2017-05-19 16:54:51 -04:00