Skip to content

Bundle all the project #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 9, 2020
Merged

Bundle all the project #34

merged 17 commits into from
Dec 9, 2020

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
2 participants