acornjs / acorn-jsx

Alternative, faster React.js JSX parser
MIT License
648 stars 72 forks source link

chore: Make support for acorn 8 explicit #116

Closed sverweij closed 4 years ago

sverweij commented 4 years ago

Description

acorn-jsx works fine with acorn 8, but acorn 8 compatibility isn't listed in its peer dependencies yet, so package management tools complain on install.

This PR makes the fact acorn-jsx works OK with acorn 8 explicit. Fixes #118

Changes

Test plan

RReverser commented 4 years ago

Looks great, thanks!

RReverser commented 4 years ago

Published as 5.3.0.