acornjs / acorn-jsx

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

Update to latest acorn #48

Closed SimenB closed 7 years ago

SimenB commented 8 years ago

Currently, eslint pulls in 2 versions of acorn because of this dep.

$ npm ls acorn
...
└─┬ eslint@3.7.1
  └─┬ espree@3.3.2
    ├── acorn@4.0.3
    └─┬ acorn-jsx@3.0.1
      └── acorn@3.3.0
wtgtybhertgeghgtwtg commented 8 years ago

Alternatively, remove auto-inject so acorn is not required at all.