Skip to content

Commit

Permalink
Update parser docs for plugins enabled by default since 7.14.0 (#2517)
Browse files Browse the repository at this point in the history
* Update parser docs for plugins enabled by default

* Add moduleStringNames

* Tweaks for rebasing

* Update docs/parser.md

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
  • Loading branch information
sosukesuzuki and JLHwung committed May 3, 2021
1 parent e7ecfaf commit 4e69c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parser.md
Expand Up @@ -184,7 +184,7 @@ require("@babel/parser").parse("code", {
<summary>History</summary>
| Version | Changes |
| --- | --- |
| `v7.14.0` | Added `asyncDoExpressions` |
| `v7.14.0` | Added `asyncDoExpressions`. Moved `classProperties`, `classPrivateProperties`, `classPrivateMethods`, `moduleStringNames` to Latest ECMAScript features |
| `v7.13.0` | Added `moduleBlocks` |
| `v7.12.0` | Added `classStaticBlock`, `moduleStringNames` |
| `v7.11.0` | Added `decimal` |
Expand Down

0 comments on commit 4e69c31

Please sign in to comment.