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"]
});

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i babel-plugin-aexpr-source-transformation

    Weekly Downloads

    1

    Version

    2.3.10

    License

    MIT

    Last publish

    Collaborators

    • onsetsu