add package names
This commit is contained in:
parent
189e4ecdc4
commit
436a8c8461
10
CHANGELOG.md
10
CHANGELOG.md
@ -16,13 +16,13 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
|||||||
## 6.3.25
|
## 6.3.25
|
||||||
|
|
||||||
* **Bug Fix**
|
* **Bug Fix**
|
||||||
* [#3187](https://github.com/babel/babel/pull/3187) Multiple `"use strict"` in function causes outer scope to be parsed as strict
|
* `babylon`: [#3187](https://github.com/babel/babel/pull/3187) Multiple `"use strict"` in function causes outer scope to be parsed as strict
|
||||||
* [#3188](https://github.com/babel/babel/pull/3188) Correctly set `format.quotes` to `opts.quotes`
|
* `babel-generator`: [#3188](https://github.com/babel/babel/pull/3188) Correctly set `format.quotes` to `opts.quotes`
|
||||||
* [#3189](https://github.com/babel/babel/pull/3189) JSX attributes should use double qoutes
|
* `babel-generator`: [#3189](https://github.com/babel/babel/pull/3189) JSX attributes should use double qoutes
|
||||||
* [#3192](https://github.com/babel/babel/pull/3192) Fixed static evaluation bug
|
* `babel-traverse`: [#3192](https://github.com/babel/babel/pull/3192) Fixed static evaluation bug
|
||||||
|
|
||||||
* **Internal**
|
* **Internal**
|
||||||
* [#3165](https://github.com/babel/babel/pull/3165) Optimize `arguments` access
|
* `babel-plugin-transform-es2015-parameters`: [#3165](https://github.com/babel/babel/pull/3165) Optimize `arguments` access
|
||||||
|
|
||||||
|
|
||||||
## 6.3.24
|
## 6.3.24
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user