Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Feb 10, 2021
1 parent 778d18e commit b8d9eb0
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
@@ -1,3 +1,7 @@
## [4.1.2](https://github.com/meriyah/meriyah/compare/v4.1.1...v4.1.2) (2021-02-10)



## [4.1.1](https://github.com/meriyah/meriyah/compare/v4.1.0...v4.1.1) (2021-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meriyah",
"version": "4.1.1",
"version": "4.1.2",
"description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability",
"main": "dist/meriyah.cjs",
"module": "dist/meriyah.esm.js",
Expand Down

3 comments on commit b8d9eb0

@KFlash
Copy link
Contributor

@KFlash KFlash commented on b8d9eb0 Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@3cp Great work! I sent you a link in your email in case you want to join on a "game changer". It will change it all soon as I'm done. See the Next repo. There will be no more need for Babel, Rome, ESLint, Terser, Prettier etc ;)

@3cp
Copy link
Member Author

@3cp 3cp commented on b8d9eb0 Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, I can join. But I don't think I have any more time to work on it :-)

@KFlash
Copy link
Contributor

@KFlash KFlash commented on b8d9eb0 Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't need much work. I just pushed transformer code now, so I become Babel equal. No more need for Babel soon

Please sign in to comment.