Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 24, 2020
1 parent 52fbe14 commit d61ed46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0
* Use acorn's builtin dynamic `import()` parsing. This parses the `ImportExpression` node type instead of the `Import` node type from acorn-node 1.x.
* Reject escape sequences in `import.meta`.

## 1.8.2
* Revert a breaking change in import.meta parsing.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acorn-node",
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
"version": "1.8.2",
"version": "2.0.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/browserify/acorn-node/issues"
Expand Down

0 comments on commit d61ed46

Please sign in to comment.