More misc Babel 8 little changes#15550
Conversation
| }, | ||
| "main": "./lib/index.js", | ||
| "dependencies": { | ||
| "@babel/helper-explode-assignable-expression": "workspace:^", |
There was a problem hiding this comment.
This package had some TODO(Babel 8) comments regarding its public interface. It was only used in @babel/helper-builder-binary-assignment-operator-visitor, so I inlined it in packages/babel-helper-builder-binary-assignment-operator-visitor/src/explode-assignable-expression.ts and made the necessary changes (basically, removing the allowedSingleIdent and file parameters from the explode function).
After this PR is merged, I'll move the package to https://github.com/babel/babel-archive.
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/54270/ |
This is not exhaustive, but I have fixed some more `TODO(Babel 8) comments (part 1: #15068)