Asset Packagist
  • About
  • Contact
  • GitHub
  • Home
  • Results for "babel"
Showing 161-180 of 21,182 items.

babel-plugin-transform-es2015-object-super npm-asset/babel-plugin-transform-es2015-object-super

Compile ES2015 object super to ES5

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:12:38 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

@babel/plugin-syntax-object-rest-spread npm-asset/babel--plugin-syntax-object-rest-spread

Allow parsing of object rest/spread

Latest Release: 7.8.3 at Jan 13, 2020, 9:14:13 PM (5 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

babel-plugin-transform-es2015-block-scoping npm-asset/babel-plugin-transform-es2015-block-scoping

Compile ES2015 block scoping (const and let) to ES5

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:12:31 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

babel-plugin-transform-es2015-block-scoped-functions npm-asset/babel-plugin-transform-es2015-block-scoped-functions

Babel plugin to ensure function declarations at the block level are block scoped

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:11:25 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

babel-plugin-transform-es2015-arrow-functions npm-asset/babel-plugin-transform-es2015-arrow-functions

Compile ES2015 arrow functions to ES5

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:11:24 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

babel-plugin-syntax-object-rest-spread npm-asset/babel-plugin-syntax-object-rest-spread

Allow parsing of object rest/spread

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:11:20 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

@babel/plugin-transform-member-expression-literals npm-asset/babel--plugin-transform-member-expression-literals

Ensure that reserved words are quoted in property accesses

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:51:01 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

@babel/plugin-transform-flow-comments npm-asset/babel--plugin-transform-flow-comments

Turn flow type annotations into comments

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:51:27 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

@babel/plugin-transform-strict-mode npm-asset/babel--plugin-transform-strict-mode

This plugin places a 'use strict'; directive at the top of all files to enable strict mode

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:51:09 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

@babel/plugin-transform-exponentiation-operator npm-asset/babel--plugin-transform-exponentiation-operator

Compile exponentiation operator to ES5

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:50:58 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

babel-plugin-lodash npm-asset/babel-plugin-lodash

Modular Lodash builds without the hassle.

Latest Release: 3.3.4 at Jun 11, 2018, 3:22:36 AM (6 years ago)

Keywords: babel-plugin cherry-pick lodash modules babel

Homepage

Repository

License: MIT

Ready to use

@babel/helper-function-name npm-asset/babel--helper-function-name

Helper function to change the property 'name' of every function

Latest Release: 8.0.0-alpha.11 at Jun 7, 2024, 9:15:50 AM (11 months ago)

Keywords: ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

babel-watch npm-asset/babel-watch

Reload your babel-node app on JS source file changes. And do it *fast*.

Latest Release: 7.8.1 at Jul 6, 2023, 5:43:59 PM (a year ago)

Keywords: babel nodemon babel-node watch

Homepage

Repository

License: MIT

Ready to use

babel-plugin-transform-es2015-typeof-symbol npm-asset/babel-plugin-transform-es2015-typeof-symbol

This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:11:30 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

babel-plugin-transform-es2015-modules-umd npm-asset/babel-plugin-transform-es2015-modules-umd

This plugin transforms ES2015 modules to UMD

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:12:23 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

babel-plugin-syntax-trailing-function-commas npm-asset/babel-plugin-syntax-trailing-function-commas

Compile trailing function commas to ES5

Latest Release: 7.0.0-beta.0 at Sep 12, 2017, 3:01:58 AM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use

@babel/plugin-transform-react-constant-elements npm-asset/babel--plugin-transform-react-constant-elements

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

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:51:06 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

@babel/plugin-transform-flow-strip-types npm-asset/babel--plugin-transform-flow-strip-types

Strip flow type annotations from your output code.

Latest Release: 8.0.0-beta.0 at May 30, 2025, 3:51:16 PM (2 days ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

@babel/plugin-syntax-bigint npm-asset/babel--plugin-syntax-bigint

Allow parsing of BigInt literals

Latest Release: 7.8.3 at Jan 13, 2020, 9:12:19 PM (5 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Fetch

babel-plugin-transform-es2015-modules-systemjs npm-asset/babel-plugin-transform-es2015-modules-systemjs

This plugin transforms ES2015 modules to SystemJS

Latest Release: 7.0.0-beta.3 at Oct 15, 2017, 1:12:17 PM (7 years ago)

Keywords: babel-plugin ast babel compiler es2015 es6 flavortown javascript

Homepage

Repository

License: MIT

Ready to use
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • »

© 2015-2025 HiQDev. All rights reserved.

Not even doubt, powered by Yii Framework