[babel 8] Drop CJS support from @babel/parser#17265
Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/59190 |
1770b80 to
2d961d9
Compare
|
Q: Do we need extra node flags if people are requiring |
|
I guess people will need to use |
|
Actually, looking at jestjs/jest#15275, the answer is: Jest doesn't support |
|
I wish |
liuxingbaoyu
left a comment
There was a problem hiding this comment.
I'm surprised that Jest doesn't support require(esm).
Is it? Since now |
Yes. If a Babel config used |
Fixes #1, Fixes #2People can just
require(esm)it :)