0.4.3 • Published 1 year ago

@ungap/babel-plugin-transform-esx v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

babel-plugin-transform-esx

EXPERIMENTAL THIS PROJECT IS BROKEN AND UNDER HEAVY REFACTORING - FEEL FREE TO PLAY WITH IT BUT DON'T USE IT IN PRODUCTION

Highly Experimental

If you are using this already, consider changes soon due the discussion around current ESX proposal.

Feel free to keep an eye on udomsay as that will be the implementation reference for consumers.


An ESX transformer as implementation reference.

Usage

# required only with polyfill "import" (default)
npm i --save @ungap/esxtoken

# required to transform ESX
npm i --save-dev @ungap/babel-plugin-transform-esx
// babel.config.json
{
  "plugins": [["@ungap/transform-esx", { "polyfill": "import" }]]
}

Where the "polyfill" option can be one of false, "import" (default), or "inline".

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago