babel-plugin-aexpr-source-transformation

2.3.10 • Public • Published

babel-plugin-aexpr-source-transformation

3rd implementation strategy of active expressions, via a babel transformation

Example

Transforms

something

to

something else

Installation

$ npm install babel-plugin-aexpr-source-transformation

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["aexpr-source-transformation"]
}

Via CLI

$ babel --plugins aexpr-source-transformation script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["aexpr-source-transformation"]
});

Dependents (2)

Package Sidebar

Install

npm i babel-plugin-aexpr-source-transformation

Weekly Downloads

23

Version

2.3.10

License

MIT

Last publish

Collaborators

  • onsetsu