npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "babel" 的结果(共 220 个)
babel-plugin-member-expression-literals

Turn valid member expression property literals into plain identifiers

MIT
babel-eslint

Custom parser for ESLint

MIT
babel-plugin-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

MIT
babel-plugin-constant-folding

Compile static constants (ie. code that we can statically determine to be constant at runtime)

MIT
babel-messages

Collection of debug messages used by Babel.

MIT
babel-plugin-proto-to-assign

Babel plugin for turning __proto__ into a shallow property clone

MIT
babel-plugin-remove-debugger

Remove debugger statements

MIT
babel-helpers

Collection of helper functions used by Babel transforms.

MIT
babel-plugin-eval

Compile eval calls with string literals

MIT
babel-plugin-react-display-name

Add displayName to React.createClass calls

MIT
babel-plugin-property-literals

Turn valid property key literals to plain identifiers

MIT
babel-plugin-undeclared-variables-check

Throw a compile-time error on references to undeclared variables

MIT
acorn-babel

Acorn fork used by babel

babel-plugin-remove-console

Remove console.* calls

MIT
babel-plugin-runtime

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

MIT
babel-plugin-jscript

Babel plugin to fix buggy JScript named function expressions

MIT
babel-plugin-undefined-to-void

Replace references to `undefined` with `void 0`

MIT
babel-register

babel require hook

MIT
regenerator-babel

Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)

BSD
@babel/eslint-parser

ESLint parser that allows for linting of experimental syntax transformed by Babel

MIT
babel-plugin-transform-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

MIT
babel-plugin-transform-react-jsx-source

Add a __source prop to all JSX Elements

MIT
@babel/plugin-proposal-optional-chaining

Transform optional chaining operators into a series of nil checks

MIT
@babel/plugin-proposal-export-namespace-from

Compile export namespace to ES2015

MIT