4.2.0 breaking change
mathieudutour opened this issue · 4 comments
mathieudutour commented
Not sure what changed with the new minor version but it's breaking.
Error: Unknown node type SpreadProperty.
eslint@2.3.0
estraverse@4.2.0
estraverse-fb@1.3.1
babel-eslint@4.1.8
Pinning to 4.1.1 fix it
michaelficarra commented
How are you calling estraverse? What are you calling it on?
mathieudutour commented
I am not calling it, I am calling eslint which is using estraverse
michaelficarra commented
Then you should open an issue with eslint. If they find a bug in estraverse, that is when an issue should be opened here.
mathieudutour commented
But nothing changed on eslint, I'm just saying that the new release of estraverse is breaking so it should be 5.0.0 instead of 4.2.0