@babel · 221 packages

Name Description License Versions
@babel/build-external-helpers Placeholder MIT 3 greenflagged / 9 total
@babel/cli Babel command line. MIT 92 greenflagged / 154 total
@babel/code-frame Generate errors that contain a code frame that point to source locations. MIT 39 greenflagged / 100 total
@babel/compat-data The compat-data to determine required Babel plugins MIT 94 greenflagged / 128 total
@babel/core Babel compiler core. MIT 163 greenflagged / 229 total
@babel/eslint-parser ESLint parser that allows for linting of experimental syntax transformed by Babel MIT 70 greenflagged / 101 total
@babel/eslint-plugin Companion rules for @babel/eslint-parser MIT 34 greenflagged / 64 total
@babel/eslint-plugin-development ESLint rules that enforce best practices in the development of Babel plugins. MIT 10 greenflagged / 54 total
@babel/generator Turns an AST into code. MIT 153 greenflagged / 216 total
@babel/helper-annotate-as-pure Helper function to annotate paths and nodes with #__PURE__ comment MIT 28 greenflagged / 90 total
@babel/helper-builder-binary-assignment-operator-visitor Helper function to build binary assignment operator visitors MIT 28 greenflagged / 79 total
@babel/helper-builder-react-jsx Helper function to build react jsx MIT 34 greenflagged / 96 total
@babel/helper-builder-react-jsx-experimental Helper function to build react jsx MIT 11 greenflagged / 11 total
@babel/helper-call-delegate Helper function to call delegate MIT 16 greenflagged / 48 total
@babel/helper-check-duplicate-nodes Babel helper module for babel transforms authors to check the AST against duplicated nodes. MIT 8 greenflagged / 46 total
@babel/helper-compilation-targets Helper functions on Babel compilation targets MIT 65 greenflagged / 95 total
@babel/helper-create-class-features-plugin Compile class public and private fields, private methods and decorators to ES6 MIT 99 greenflagged / 135 total
@babel/helper-create-regexp-features-plugin Compile ESNext Regular Expressions to ES5 MIT 47 greenflagged / 81 total
@babel/helper-define-map Helper function to define a map MIT 23 greenflagged / 55 total
@babel/helper-define-polyfill-provider Babel helper to create your own polyfill provider MIT 37 greenflagged / 39 total
@babel/helper-environment-visitor Helper visitor to only visit nodes in the current 'this' context MIT 11 greenflagged / 28 total
@babel/helper-explode-assignable-expression Helper function to explode an assignable expression MIT 19 greenflagged / 56 total
@babel/helper-fixtures Helper function to support fixtures MIT 12 greenflagged / 122 total
@babel/helper-function-name Helper function to change the property 'name' of every function MIT 27 greenflagged / 76 total
@babel/helper-get-function-arity Helper function to get function arity MIT 15 greenflagged / 47 total
@babel/helper-globals A collection of JavaScript globals for Babel internal usage MIT 3 greenflagged / 13 total
@babel/helper-hoist-variables Helper function to hoist variables MIT 22 greenflagged / 71 total
@babel/helper-import-to-platform-api Helper function to transform import statements to platform-specific APIs MIT 17 greenflagged / 35 total
@babel/helper-member-expression-to-functions Helper function to replace certain member expressions with function calls MIT 53 greenflagged / 99 total
@babel/helper-module-imports Babel helper functions for inserting module loads MIT 36 greenflagged / 97 total
@babel/helper-module-transforms Babel helper functions for implementing ES6 module transformations MIT 83 greenflagged / 145 total
@babel/helper-optimise-call-expression Helper function to optimise call expression MIT 30 greenflagged / 92 total
@babel/helper-plugin-test-runner 6 greenflagged / 92 total
@babel/helper-plugin-utils General utilities for plugins to use MIT 36 greenflagged / 86 total
@babel/helper-regex Helper function to check for literal RegEx MIT 10 greenflagged / 42 total
@babel/helper-remap-async-to-generator Helper function to remap async functions to generators MIT 40 greenflagged / 102 total
@babel/helper-replace-supers Helper function to replace supers MIT 58 greenflagged / 120 total
@babel/helper-simple-access Babel helper for ensuring that access to a given value is performed through simple accesses MIT 35 greenflagged / 94 total
@babel/helper-skip-transparent-expression-wrappers Helper which skips types and parentheses MIT 16 greenflagged / 50 total
@babel/helper-split-export-declaration MIT 23 greenflagged / 60 total
@babel/helper-string-parser A utility package to parse strings MIT 15 greenflagged / 48 total
@babel/helper-transform-fixture-test-runner 20 greenflagged / 156 total
@babel/helper-validator-identifier Validate identifier/keywords name MIT 31 greenflagged / 64 total
@babel/helper-validator-option Validate plugin/preset options MIT 20 greenflagged / 54 total
@babel/helper-wrap-function Helper to wrap functions inside a function call. MIT 45 greenflagged / 107 total
@babel/helpers Collection of helper functions used by Babel transforms. MIT 19 greenflagged / 98 rejected / 178 total
@babel/highlight Syntax highlight JavaScript strings for output in terminals. MIT 32 greenflagged / 71 total
@babel/node 73 greenflagged / 140 total
@babel/parser A JavaScript parser MIT 207 greenflagged / 250 total
@babel/plugin-bugfix-firefox-class-in-computed-class-key Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 MIT 13 greenflagged / 34 total
@babel/plugin-bugfix-safari-class-field-initializer-scope Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 MIT 7 greenflagged / 24 total
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 MIT 18 greenflagged / 52 total
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array 5 greenflagged / 9 total
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining Transform optional chaining operators to workaround https://crbug.com/v8/11558 MIT 23 greenflagged / 57 total
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly Transform static class fields assignments that are affected by https://crbug.com/v8/12421 MIT 14 greenflagged / 38 total
@babel/plugin-check-constants Compile ES2015 constants to ES5 MIT 1 greenflagged / 10 total
@babel/plugin-codemod-object-assign-to-object-spread Transforms Object.assign into object spread syntax MIT 3 greenflagged / 53 total
@babel/plugin-codemod-optional-catch-binding Remove unused catch bindings MIT 3 greenflagged / 71 total
@babel/plugin-external-helpers 26 greenflagged / 93 total
@babel/plugin-proposal-async-do-expressions Transform async do expressions to ES2021 MIT 24 greenflagged / 54 total
@babel/plugin-proposal-async-generator-functions Turn async generator functions into ES2015 generators MIT 36 greenflagged / 74 total
@babel/plugin-proposal-class-properties This plugin transforms static class properties as well as properties declared with the property initializer syntax MIT 27 greenflagged / 65 total
@babel/plugin-proposal-class-static-block Transform class static blocks MIT 16 greenflagged / 21 total
@babel/plugin-proposal-decorators Compile class and object decorators to ES5 MIT 87 greenflagged / 149 total
@babel/plugin-proposal-destructuring-private Transform destructuring private proposal MIT 27 greenflagged / 57 total
@babel/plugin-proposal-discard-binding Transform discard binding proposal MIT 1 greenflagged / 14 total
@babel/plugin-proposal-do-expressions Compile do expressions to ES5 MIT 39 greenflagged / 101 total
@babel/plugin-proposal-duplicate-named-capturing-groups-regex Compile regular expressions using duplicate named groups to index-based groups. MIT 10 greenflagged / 27 total
@babel/plugin-proposal-dynamic-import Transform import() expressions MIT 17 greenflagged / 22 total
@babel/plugin-proposal-explicit-resource-management 8 greenflagged / 36 total
@babel/plugin-proposal-export-default Compile export default to ES2015 MIT 2 greenflagged / 4 total
@babel/plugin-proposal-export-default-from Compile export default to ES2015 MIT 36 greenflagged / 94 total
@babel/plugin-proposal-export-namespace Compile export namespace to ES2015 MIT 2 greenflagged / 4 total
@babel/plugin-proposal-export-namespace-from Compile export namespace to ES2015 MIT 19 greenflagged / 53 total
@babel/plugin-proposal-function-bind Compile function bind operator to ES5 MIT 35 greenflagged / 97 total
@babel/plugin-proposal-function-sent Compile the function.sent meta property to valid ES2015 code MIT 35 greenflagged / 98 total
@babel/plugin-proposal-import-defer Support `import defer` when compiling to CommonJS MIT 16 greenflagged / 38 total
@babel/plugin-proposal-import-wasm-source Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module. MIT 18 greenflagged / 40 total
@babel/plugin-proposal-json-strings Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings MIT 18 greenflagged / 37 total
@babel/plugin-proposal-logical-assignment-operators Transforms logical assignment operators into short-circuited assignments MIT 23 greenflagged / 49 total
@babel/plugin-proposal-nullish-coalescing-operator Remove nullish coalescing operator MIT 21 greenflagged / 59 total
@babel/plugin-proposal-numeric-separator Remove numeric separators from Decimal, Binary, Hex and Octal literals MIT 3 greenflagged / 56 total
@babel/plugin-proposal-object-rest-spread Compile object rest and spread to ES5 MIT 48 greenflagged / 86 total
@babel/plugin-proposal-optional-catch-binding Compile optional catch bindings MIT 16 greenflagged / 54 total
@babel/plugin-proposal-optional-chaining Transform optional chaining operators into a series of nil checks MIT 32 greenflagged / 70 total
@babel/plugin-proposal-optional-chaining-assign Transform optional chaining on the left-hand side of assignment expressions MIT 15 greenflagged / 37 total
@babel/plugin-proposal-partial-application Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression MIT 34 greenflagged / 64 total
@babel/plugin-proposal-pipeline-operator Transform pipeline operator into call expressions MIT 44 greenflagged / 106 total
@babel/plugin-proposal-private-methods This plugin transforms private class methods MIT 25 greenflagged / 30 total
@babel/plugin-proposal-private-property-in-object This plugin transforms checks for a private property in an object MIT 19 greenflagged / 26 total
@babel/plugin-proposal-record-and-tuple A transform for Record and Tuple syntax. MIT 16 greenflagged / 43 total
@babel/plugin-proposal-regexp-modifiers Compile inline regular expression modifiers MIT 8 greenflagged / 26 total
@babel/plugin-proposal-throw-expressions Wraps Throw Expressions in an IIFE MIT 30 greenflagged / 93 total
@babel/plugin-proposal-unicode-property-regex Compile Unicode property escapes in Unicode regular expressions to ES5. MIT 22 greenflagged / 59 total
@babel/plugin-syntax-async-do-expressions Allow parsing of async do expressions MIT 21 greenflagged / 51 total
@babel/plugin-syntax-async-generators Allow parsing of async generator functions MIT 6 greenflagged / 38 total
@babel/plugin-syntax-bigint Allow parsing of BigInt literals MIT 7 greenflagged / 21 total
@babel/plugin-syntax-class-properties Allow parsing of class properties MIT 10 greenflagged / 42 total
@babel/plugin-syntax-class-static-block Allow parsing of class static blocks MIT 4 greenflagged / 4 total
@babel/plugin-syntax-decorators Allow parsing of decorators MIT 40 greenflagged / 102 total
@babel/plugin-syntax-destructuring-private Allow parsing of destructuring private fields MIT 21 greenflagged / 51 total
@babel/plugin-syntax-do-expressions Allow parsing of do expressions MIT 31 greenflagged / 93 total
@babel/plugin-syntax-dynamic-import Allow parsing of import() MIT 5 greenflagged / 38 total
@babel/plugin-syntax-explicit-resource-management Allow parsing of the using declarations MIT 5 greenflagged / 40 total
@babel/plugin-syntax-export-default-from Allow parsing of export default from MIT 31 greenflagged / 89 total
@babel/plugin-syntax-export-extensions Allow parsing of export extensions MIT 1 greenflagged / 4 total
@babel/plugin-syntax-export-namespace-from Allow parsing of export namespace from MIT 6 greenflagged / 34 total
@babel/plugin-syntax-flow Allow parsing of the flow syntax MIT 35 greenflagged / 97 total
@babel/plugin-syntax-function-bind Allow parsing of function bind MIT 31 greenflagged / 93 total
@babel/plugin-syntax-function-sent Allow parsing of the function.sent meta property MIT 24 greenflagged / 93 total
@babel/plugin-syntax-import-assertions Allow parsing of the module assertion attributes in the import statement MIT 23 greenflagged / 50 total
@babel/plugin-syntax-import-attributes Allow parsing of the module attributes in the import statement MIT 14 greenflagged / 38 total
@babel/plugin-syntax-import-defer Allow parsing of the `import defer` syntax in import statement MIT 16 greenflagged / 38 total
@babel/plugin-syntax-import-meta Allow parsing of import.meta MIT 7 greenflagged / 33 total
@babel/plugin-syntax-import-source Allow parsing of the `import source` proposal. MIT 16 greenflagged / 38 total
@babel/plugin-syntax-json-strings Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings MIT 5 greenflagged / 19 total
@babel/plugin-syntax-jsx Allow parsing of jsx MIT 33 greenflagged / 95 total
@babel/plugin-syntax-logical-assignment-operators Allow parsing of the logical assignment operators MIT 7 greenflagged / 28 total
@babel/plugin-syntax-module-blocks Allow parsing of JS Module Blocks MIT 9 greenflagged / 53 total
@babel/plugin-syntax-nullish-coalescing-operator Allow parsing of the nullish-coalescing operator MIT 6 greenflagged / 38 total
@babel/plugin-syntax-numeric-separator Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator MIT 7 greenflagged / 40 total
@babel/plugin-syntax-object-rest-spread Allow parsing of object rest/spread MIT 6 greenflagged / 38 total
@babel/plugin-syntax-optional-catch-binding Allow parsing of optional catch bindings MIT 6 greenflagged / 38 total
@babel/plugin-syntax-optional-chaining Allow parsing of optional properties MIT 6 greenflagged / 38 total
@babel/plugin-syntax-optional-chaining-assign Allow parsing of optional chaining on the left-hand side of assignment expressions MIT 16 greenflagged / 38 total
@babel/plugin-syntax-partial-application Allow parsing of partial application syntax MIT 30 greenflagged / 60 total
@babel/plugin-syntax-pipeline-operator Allow parsing of the pipeline operator MIT 39 greenflagged / 101 total
@babel/plugin-syntax-private-property-in-object Allow parsing of '#foo in obj' brand checks MIT 2 greenflagged / 2 total
@babel/plugin-syntax-record-and-tuple Allow parsing of records and tuples. MIT 18 greenflagged / 45 total
@babel/plugin-syntax-throw-expressions Allow parsing of Throw Expressions MIT 30 greenflagged / 93 total
@babel/plugin-syntax-top-level-await Allow parsing of top-level await in modules MIT 9 greenflagged / 9 total
@babel/plugin-syntax-typescript Allow parsing of TypeScript syntax MIT 39 greenflagged / 101 total
@babel/plugin-syntax-unicode-sets-regex Parse regular expressions' unicodeSets (v) flag. MIT 2 greenflagged / 7 total
@babel/plugin-transform-arrow-functions Compile ES2015 arrow functions to ES5 MIT 34 greenflagged / 96 total
@babel/plugin-transform-async-generator-functions Turn async generator functions into ES2015 generators MIT 29 greenflagged / 58 total
@babel/plugin-transform-async-to-generator Turn async functions into ES2015 generators MIT 41 greenflagged / 103 total
@babel/plugin-transform-block-scoped-functions Babel plugin to ensure function declarations at the block level are block scoped MIT 31 greenflagged / 93 total
@babel/plugin-transform-block-scoping Compile ES2015 block scoping (const and let) to ES5 MIT 76 greenflagged / 138 total
@babel/plugin-transform-class-properties This plugin transforms static class properties as well as properties declared with the property initializer syntax MIT 19 greenflagged / 44 total
@babel/plugin-transform-class-static-block Transform class static blocks MIT 20 greenflagged / 49 total
@babel/plugin-transform-classes Compile ES2015 classes to ES5 MIT 69 greenflagged / 132 total
@babel/plugin-transform-computed-properties Compile ES2015 computed properties to ES5 MIT 37 greenflagged / 99 total
@babel/plugin-transform-destructuring Compile ES2015 destructuring to ES5 MIT 66 greenflagged / 128 total
@babel/plugin-transform-dotall-regex Compile regular expressions using the `s` (`dotAll`) flag to ES5. MIT 36 greenflagged / 91 total
@babel/plugin-transform-duplicate-keys Compile objects with duplicate keys to valid strict ES5 MIT 33 greenflagged / 95 total
@babel/plugin-transform-duplicate-named-capturing-groups-regex Compile regular expressions using duplicate named groups to index-based groups. MIT 9 greenflagged / 26 total
@babel/plugin-transform-dynamic-import Transform import() expressions MIT 16 greenflagged / 45 total
@babel/plugin-transform-explicit-resource-management Compile `using` and `await using` declarations to ES2015 MIT 6 greenflagged / 16 total
@babel/plugin-transform-exponentiation-operator Compile exponentiation operator to ES5 MIT 33 greenflagged / 96 total
@babel/plugin-transform-export-namespace-from Compile export namespace to ES2015 MIT 16 greenflagged / 45 total
@babel/plugin-transform-flow-comments Turn flow type annotations into comments MIT 12 greenflagged / 107 total
@babel/plugin-transform-flow-strip-types Strip flow type annotations from your output code. MIT 45 greenflagged / 107 total
@babel/plugin-transform-for-of Compile ES2015 for...of to ES5 MIT 47 greenflagged / 109 total
@babel/plugin-transform-function-name Apply ES2015 function.name semantics to all functions MIT 37 greenflagged / 99 total
@babel/plugin-transform-instanceof This plugin transforms all the ES2015 'instanceof' methods MIT 5 greenflagged / 94 total
@babel/plugin-transform-jscript Babel plugin to fix buggy JScript named function expressions MIT 5 greenflagged / 94 total
@babel/plugin-transform-json-modules Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js. MIT 9 greenflagged / 25 total
@babel/plugin-transform-json-strings Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings MIT 17 greenflagged / 46 total
@babel/plugin-transform-literals Compile ES2015 unicode string and number literals to ES5 MIT 33 greenflagged / 95 total
@babel/plugin-transform-logical-assignment-operators Transforms logical assignment operators into short-circuited assignments MIT 18 greenflagged / 47 total
@babel/plugin-transform-member-expression-literals Ensure that reserved words are quoted in property accesses MIT 25 greenflagged / 92 total
@babel/plugin-transform-modules-amd This plugin transforms ES2015 modules to AMD MIT 45 greenflagged / 107 total
@babel/plugin-transform-modules-commonjs This plugin transforms ES2015 modules to CommonJS MIT 62 greenflagged / 124 total
@babel/plugin-transform-modules-systemjs This plugin transforms ES2015 modules to SystemJS MIT 62 greenflagged / 124 total
@babel/plugin-transform-modules-umd This plugin transforms ES2015 modules to UMD MIT 37 greenflagged / 99 total
@babel/plugin-transform-named-capturing-groups-regex Compile regular expressions using named groups to ES5. MIT 21 greenflagged / 74 total
@babel/plugin-transform-new-target Transforms new.target meta property MIT 35 greenflagged / 97 total
@babel/plugin-transform-nullish-coalescing-operator Remove nullish coalescing operator MIT 23 greenflagged / 48 total
@babel/plugin-transform-numeric-separator Remove numeric separators from Decimal, Binary, Hex and Octal literals MIT 17 greenflagged / 46 total
@babel/plugin-transform-object-assign Replace Object.assign with an inline helper MIT 26 greenflagged / 85 total
@babel/plugin-transform-object-rest-spread Compile object rest and spread to ES5 MIT 25 greenflagged / 54 total
@babel/plugin-transform-object-set-prototype-of-to-assign Turn Object.setPrototypeOf to assignments MIT 6 greenflagged / 88 total
@babel/plugin-transform-object-super Compile ES2015 object super to ES5 MIT 32 greenflagged / 94 total
@babel/plugin-transform-optional-catch-binding Compile optional catch bindings MIT 17 greenflagged / 46 total
@babel/plugin-transform-optional-chaining Transform optional chaining operators into a series of nil checks MIT 29 greenflagged / 54 total
@babel/plugin-transform-parameters Compile ES2015 default and rest parameters to ES5 MIT 58 greenflagged / 120 total
@babel/plugin-transform-private-methods This plugin transforms private class methods MIT 15 greenflagged / 44 total
@babel/plugin-transform-private-property-in-object This plugin transforms checks for a private property in an object MIT 18 greenflagged / 47 total
@babel/plugin-transform-property-literals Ensure that reserved words are quoted in object property keys MIT 25 greenflagged / 92 total
@babel/plugin-transform-property-mutators Compile ES5 property mutator shorthand syntax to Object.defineProperty MIT 7 greenflagged / 93 total
@babel/plugin-transform-proto-to-assign Babel plugin for turning __proto__ into a shallow property clone MIT 5 greenflagged / 101 total
@babel/plugin-transform-react-constant-elements Treat React JSX elements as value types and hoist them to the highest scope MIT 45 greenflagged / 107 total
@babel/plugin-transform-react-display-name Add displayName to React.createClass calls MIT 35 greenflagged / 97 total
@babel/plugin-transform-react-inline-elements Turn JSX elements into exploded React objects MIT 32 greenflagged / 94 total
@babel/plugin-transform-react-jsx Turn JSX into React function calls MIT 60 greenflagged / 122 total
@babel/plugin-transform-react-jsx-development Turn JSX into React function calls in development MIT 25 greenflagged / 59 total
@babel/plugin-transform-react-jsx-self Add a __self prop to all JSX Elements MIT 29 greenflagged / 88 total
@babel/plugin-transform-react-jsx-source Add a __source prop to all JSX Elements MIT 30 greenflagged / 89 total
@babel/plugin-transform-react-pure-annotations Mark top-level React method calls as pure for tree shaking MIT 22 greenflagged / 56 total
@babel/plugin-transform-regenerator Explode async and generator functions into a state machine. MIT 54 greenflagged / 116 total
@babel/plugin-transform-regexp-modifiers Compile inline regular expression modifiers MIT 6 greenflagged / 22 total
@babel/plugin-transform-reserved-words Ensure that no reserved words are used. MIT 26 greenflagged / 93 total
@babel/plugin-transform-runtime Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals MIT 107 greenflagged / 169 total
@babel/plugin-transform-shorthand-properties Compile ES2015 shorthand properties to ES5 MIT 30 greenflagged / 92 total
@babel/plugin-transform-spread Compile ES2015 spread to ES5 MIT 42 greenflagged / 104 total
@babel/plugin-transform-sticky-regex Compile ES2015 sticky regex to an ES5 RegExp constructor MIT 31 greenflagged / 93 total
@babel/plugin-transform-strict-mode This plugin places a 'use strict'; directive at the top of all files to enable strict mode MIT 6 greenflagged / 92 total
@babel/plugin-transform-template-literals Compile ES2015 template literals to ES5 MIT 38 greenflagged / 100 total
@babel/plugin-transform-typeof-symbol This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) MIT 38 greenflagged / 100 total
@babel/plugin-transform-typescript Transform TypeScript into ES.next MIT 100 greenflagged / 162 total
@babel/plugin-transform-unicode-escapes Compile ES2015 Unicode escapes to ES5 MIT 24 greenflagged / 58 total
@babel/plugin-transform-unicode-property-regex Compile Unicode property escapes in Unicode regular expressions to ES5. MIT 14 greenflagged / 43 total
@babel/plugin-transform-unicode-regex Compile ES2015 Unicode regex to ES5 MIT 24 greenflagged / 96 total
@babel/plugin-transform-unicode-sets-regex Compile regular expressions' unicodeSets (v) flag. MIT 15 greenflagged / 44 total
@babel/polyfill Provides polyfills necessary for a full ES2015+ environment MIT 15 greenflagged / 48 total
@babel/preset-env A Babel preset for each environment. MIT 150 greenflagged / 212 total
@babel/preset-flow Babel preset for all Flow plugins. MIT 35 greenflagged / 97 total
@babel/preset-modules A Babel preset that targets modern browsers by fixing engine bugs. MIT 10 greenflagged / 10 total
@babel/preset-react Babel preset for all React plugins. MIT 45 greenflagged / 107 total
@babel/preset-stage-0 Babel preset for stage 0 plugins MIT 3 greenflagged / 36 total
@babel/preset-typescript Babel preset for TypeScript. MIT 53 greenflagged / 115 total
@babel/register babel require hook MIT 56 greenflagged / 118 total
@babel/regjsgen Generate regular expressions from regjsparser’s AST. MIT 1 greenflagged / 1 total
@babel/runtime babel's modular runtime helpers MIT 18 greenflagged / 123 rejected / 203 total
@babel/runtime-corejs2 babel's modular runtime helpers with core-js@2 polyfilling MIT 13 greenflagged / 128 rejected / 173 total
@babel/runtime-corejs3 babel's modular runtime helpers with core-js@3 polyfilling MIT 21 greenflagged / 118 rejected / 168 total
@babel/standalone Standalone build of Babel for use in non-Node.js environments. MIT 286 greenflagged / 348 total
@babel/template Generate an AST from a string template. MIT 48 greenflagged / 111 total
@babel/traverse The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes MIT 43 greenflagged / 113 rejected / 219 total
@babel/traverse--for-generate-function-map 0 greenflagged / 1 total
@babel/types Babel Types is a Lodash-esque utility library for AST nodes MIT 146 greenflagged / 208 total
Showing 221 packages