babel / babel-eslint

:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)
https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser
MIT License
2.96k stars 208 forks source link

Breaking change in Node 13.13 #831

Closed rakusan2 closed 4 years ago

rakusan2 commented 4 years ago

Node v13.13 has made a breaking change to exports

To fix this babel/core needs to be upgraded to v7.9.0

This issue is detailed in issue nodejs/node#32852

nicolo-ribaudo commented 4 years ago

babel-eslint doesn't depend on @babel/core. Also, it use ^ for its dependencies so you can automatically update them.

rakusan2 commented 4 years ago

Sorry, I must have missed that