Justin Ridgewell
797fb3c2e4
Optimize and remove state from typeof-symbol transform ( #5955 )
...
Also fixes a bug with returning a Symbol from a Class constructor
(because the transform wasn’t run on helpers before).
2017-07-17 10:51:36 -04:00
Justin Ridgewell
9d612e717e
Fix react-inline-elements bug ( #5958 )
2017-07-17 10:46:13 -04:00
Justin Ridgewell
e919c6e6eb
Add several test cases for systemjs exports ( #5954 )
2017-07-17 08:51:37 -05:00
greenkeeper[bot]
fa4d4040dc
Update flow-bin to the latest version 🚀 ( #629 )
...
* chore(package): update flow-bin to version 0.50.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2017-07-17 11:45:00 +02:00
Robin
8e8ddc3ccb
Fix typo on JavaScript ( #375 )
2017-07-15 11:08:42 -05:00
Joseph Frazier
f9b8fa1ddf
Add comments property to babylon.parseExpression() result
2017-07-14 09:22:23 -05:00
Brian Ng
688a1e523e
Fix parsing a <!-- b in modules ( #626 )
2017-07-14 09:16:31 -05:00
Sven SAULEAU
d82afb407e
Merge pull request #5949 from babel/unused-eslint-rule
...
remove unused ESLint rule
2017-07-14 11:51:36 +02:00
Sven SAULEAU
b858d7ce5e
chore: remove unused ESLint rule
2017-07-14 11:25:09 +02:00
Brian Ng
63143ea5e9
Fix incorrect parsing of %* ( #624 )
2017-07-13 15:04:05 -05:00
greenkeeper[bot]
f2b8d1f179
Update ava to the latest version 🚀 ( #625 )
2017-07-13 11:12:34 -05:00
Mauro Bringolf
b83e0ec7b0
2nd try: Add loose option for es2015-parameters transformation ( #5943 )
...
* Import changes to parameters package from previous branch
* Refactor plugin option access via state
2017-07-12 17:36:44 -04:00
Nicolò Ribaudo
b0c3a9dcdd
Add support for flow's export type * from ( #617 )
2017-07-11 22:56:04 -05:00
Henry Zhu
a0f0411abf
v7.0.0-alpha.15
v7.0.0-alpha.15
2017-07-11 23:35:22 -04:00
Buu Nguyen
8decefe8bc
Fix bug incorrect dereferencing rest argument ( #5810 )
...
* Fix bug incorrect dereferencing rest argument
* Fix pure path
* Minor refactor
2017-07-11 23:26:57 -04:00
Henry Zhu
650cd43096
move to src ( #5942 )
2017-07-11 23:23:15 -04:00
Henry Zhu
03f249430a
v7.0.0-alpha.14
2017-07-11 22:53:09 -04:00
Henry Zhu
8460b4c62f
v7.0.0-alpha.13
2017-07-11 22:27:56 -04:00
Brian Ng
4710b8a5ba
Update babel-types docs [skip ci] ( #5941 )
2017-07-11 22:20:43 -04:00
Brian Ng
81e87b0838
Remove codecov node package and use bash uploader ( #5938 )
...
* Remove codecov node package and use bash uploader
* test
2017-07-11 21:32:48 -04:00
Mauro Bringolf
465c087ac0
Removed update operators from number unary operators ( #5940 )
2017-07-11 19:08:50 -05:00
Brian Ng
bc123ad02a
Change trailing comma option for polyfill scripts ( #5939 )
2017-07-11 18:13:26 -05:00
Justin Ridgewell
e170e6d760
Fix returning an object in a derived class constructor without super ( #5885 )
2017-07-11 17:43:19 -04:00
Ash
960e1708a1
babel-traverse: Mark appropriate template literals as pure ( #5914 )
...
* Identify pure template literals
* Mark template literals as pure where possible
* Changes based on code review
* nit
2017-07-11 17:42:34 -04:00
Daniel Tschinder
2ce5f166d7
Remove codecov node package and use bash uploader ( #5937 )
2017-07-11 13:37:54 -05:00
greenkeeper[bot]
ff513df283
Update rollup to the latest version 🚀 ( #618 )
...
* chore(package): update rollup to version 0.45.1
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2017-07-11 05:43:07 +02:00
Sarup Banskota
a7a9e7ae17
Gitignore package-lock ( #5918 )
2017-07-10 13:44:27 -05:00
greenkeeper[bot]
39ae6f6d28
Update rollup to the latest version 🚀 ( #615 )
2017-07-09 23:52:20 -05:00
Justin Ridgewell
51ff4dd936
Fix async-to-generator ForAwait transform ( #5932 )
...
The old transform called an external `babel-traverse`, which doesn’t
does something funky.
2017-07-09 23:49:44 -05:00
Justin Ridgewell
68fb475661
Merge pull request #604 from babel/greenkeeper/chalk-2.0.0
...
Update chalk to the latest version 🚀
2017-07-09 20:16:25 -04:00
Justin Ridgewell
880b9a38a3
Merge pull request #614 from babel/greenkeeper/rollup-0.43.1
...
Update rollup to the latest version 🚀
2017-07-09 20:12:44 -04:00
greenkeeper[bot]
c020a0b2b4
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2017-07-09 23:26:21 +00:00
greenkeeper[bot]
a48f5a6780
chore(package): update rollup to version 0.43.1
2017-07-09 23:20:37 +00:00
Justin Ridgewell
cc643668c8
Merge pull request #613 from jridgewell/function-sent-statement
...
Fix function.sent parsing
2017-07-09 08:56:06 -04:00
Justin Ridgewell
aa1bad90d1
Test function.sent statement without declarations
2017-07-08 02:08:46 -04:00
Justin Ridgewell
62d313e753
Fix function.sent parsing
2017-07-07 23:14:20 -04:00
Justin Ridgewell
628061c501
Add new.target transform ( #5906 )
...
* Add new.target transform
* Catch new.target under only an arrow function
* More unsupported reflect.construct cases
* Fix node 4 test
* Do not transform Methods
* More tests
* Properly setup function inheritance test
* Tests tests tests
* Fix ES6 class's new.target
* Remove expected output thats supposed to throw.
2017-07-07 14:28:19 -04:00
Sarup Banskota
003b8918c2
Fix typo in babel-types doc script + run it ( #5855 )
2017-07-06 16:19:51 -04:00
Jeffrey Wear
72183ff2e9
Clarify use of bind operator in "prefix position" ( #5917 )
...
The REPL [shows](https://babeljs.io/repl/#?babili=false&evaluate=false&lineWrap=true&presets=es2015%2Creact%2Cstage-0&targets=&browsers=&builtIns=false&debug=false&code_lz=PYIwVgXBBmCuB2BjA3AKAPToAQEsDOWApgI6w4BuAhgDaHwAuW9wEqcSAdCDvACYAUoMAEo0qKEI7sUGbPiKkKNOo2atJ0rjwFDRqVEKjT-Vansy4CJMqZVMWbBIg6Ia1QeAA0WU3vEQNJxMaczkrRVsGe1ZNV2p3IW9fZCA )
that when the bind operator prefixes `obj.func` (as opposed to being used
between `obj` and `func`), rather than binding a free function `func` to `obj`,
it binds `obj.func` to `obj`.
[skip ci]
2017-07-04 16:21:39 -07:00
Brian Ng
f70c9f11fc
1.6.0
2017-07-04 09:59:31 -05:00
Brian Ng
a99f77a211
Update changelog
2017-07-04 09:58:08 -05:00
Brian Ng
9f8a44ab7a
Update yarn.lock
2017-07-04 09:58:01 -05:00
Justin Ridgewell
f09eb3200f
Merge pull request #609 from jridgewell/static-private
...
Add static private class field support
2017-07-03 19:55:34 -04:00
Brian Ng
65fa461a59
Tweak uglify option docs ( #368 )
2017-07-03 13:07:39 -05:00
Artem Yavorsky
eff645a900
Merge pull request #367 from babel/chromeandroid
...
Handle `chromeandroid` browserslist value. Fixes #366 .
2017-07-03 17:32:42 +03:00
Brian Ng
b73dac4f63
add test
2017-07-03 09:07:48 -05:00
Artem Yavorsky
7e718e1e46
Handle chromeandroid browserslist value.
2017-07-03 01:22:54 +03:00
Justin Ridgewell
9c9f9e2adb
Add static private class field support
2017-07-02 01:44:12 -04:00
Artem Yavorsky
51ace73e7c
Use nyc 10.1.2.
2017-07-01 18:42:37 +03:00
Artem Yavorsky
47cec5439a
Bump chai to 4.0.2.
2017-07-01 18:12:30 +03:00