| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57387 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This follows the same path as #16577, trying to remove type circular deps so that we can publish .d.ts definitions.
@babel/helper-hoist-variables works on NodePaths and is a dependency of @babel/traverse, so they will be always installed together. I moved it to Scope.prototype, since it's about scope handling.
Also, I noticed that we never actually set the kind parameter to anything other than "var", so I just removed it.