Skip to content

Conversation

@fvictorio
Copy link
Contributor

Closes #33.

A huge list of changes here. But the tl;dr is: use rollup and typescript, and include antlr4 in the bundle because they set their node engines as >= 14, which causes issues for people using node <14 that install this package with yarn.

@cgewecke I published this as @solidity-parser/parser@rc. Could you check if it works for you? I tested it in prettier-solidity and solhint, and in both cases I had introduced bugs (which I already fixed), so it wouldn't surprise me if I introduced a bug for one of your projects too 😅

@cgewecke
Copy link

cgewecke commented Dec 6, 2020

Thanks @fvictorio

Everything's running clean on my side. Looks good 💯

@fvictorio
Copy link
Contributor Author

@cgewecke Thank you! I'll release a new version then 🙂

@fvictorio fvictorio merged commit dd41848 into master Dec 9, 2020
@fvictorio fvictorio deleted the bundle-parser branch December 9, 2020 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question about antlr4 dependency & minimum Node version

3 participants