Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-aexpr-source-transformation Build Status

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

Live editable at http://astexplorer.net/#/h1zFzvogmm/20

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

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages