acornjs / acorn-jsx

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

Make `acorn` a peerDependency. #52

Closed wtgtybhertgeghgtwtg closed 7 years ago

wtgtybhertgeghgtwtg commented 7 years ago

Since acorn-jsx is a plugin for acorn, acorn can be made a peerDependency of acorn-jsx. Would also solve #48.

RReverser commented 7 years ago

I don't really think it's a good idea with npm@3's handling of peerDependencies (they're not installed automatically anymore).