| Q | A <!--(Can use an emoji 👍) --> | ------------------------ | --- | Fixed Issues? | Fixes #8272 <!-- remove the (`) quotes to link the issues --> | Patch: Bug Fix? | Yes | Major: Breaking Change? | | Minor: New Feature? | | Tests Added + Pass? | Yes | Documentation PR | <!-- If so, add `[skip ci]` to your commit message to skip CI --> | Any Dependency Changes? | | License | MIT The visitor for `typeArguments` in function calls wasn't set in the definition, so type annotations added there weren't visited. This is required to fix https://github.com/babel/babel-eslint/issues/644
@babel/types
Babel Types is a Lodash-esque utility library for AST nodes
See our website @babel/types for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/types
or using yarn:
yarn add @babel/types --dev