Pinned Repositories
ast-pretty-print
A pretty printer for AST-like structures
babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
babel-errors
Nicer error messages for Babel
babel-explode-module
Serialize a module into an easier format to work with
babel-flow-scope
[Deprecated] Use babel-utils/babel-type-scopes for both Flow & TypeScript support
babel-flow-types
Flow types for all things Babel
babel-identifiers
Classify Babel identifiers
babel-plugin-tester
🔌 Utilities for easy feature-complete testing of babel plugins and presets
babel-react-components
Utils for working with React components in Babel
babel-type-scopes
Utils for looking up and working with Flow & TypeScript scopes in Babel
Babel Utils's Repositories
babel-utils/babel-plugin-tester
🔌 Utilities for easy feature-complete testing of babel plugins and presets
babel-utils/ast-pretty-print
A pretty printer for AST-like structures
babel-utils/babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
babel-utils/babel-explode-module
Serialize a module into an easier format to work with
babel-utils/babel-flow-types
Flow types for all things Babel
babel-utils/babel-errors
Nicer error messages for Babel
babel-utils/babel-type-scopes
Utils for looking up and working with Flow & TypeScript scopes in Babel
babel-utils/babel-file
Easily create a Babel File object
babel-utils/babel-react-components
Utils for working with React components in Babel
babel-utils/babel-file-loader
Load files into memory to be parsed & traversed using Babylon/Babel
babel-utils/babel-normalize-comments
Merge comments together into a normalized string
babel-utils/babel-flow-scope
[Deprecated] Use babel-utils/babel-type-scopes for both Flow & TypeScript support
babel-utils/babel-identifiers
Classify Babel identifiers
babel-utils/babel-log
Log Babel paths & nodes to console with nice formatting
babel-utils/babylon-options
Simplified options for Babylon
babel-utils/babel-flow-identifiers
Check if an identifier is a Flow identifier
babel-utils/babel-helper-simplify-module
Transform module using babel-explode-module to have a simpler structure
babel-utils/pretty-format-ast
Pretty format plugin to print ASTs prettier