babel-plugin-patternson
Succesor of the code transformations previously made in patternson-compiler
Setup
- Ensure you've setup the findus-private-npm-user
- Ensure you have an up-to-date version of nodejs installed. We recommend using nenv for that.
- Run
npm install
Playground
- follow setup
- edit
playground.js
- execute
node cli.js
Options
see babel docs on plugin-preset-options.
Defaults
{
"providers": {
"acl": "@findus./patternson-acl",
"components": "@findus./patternson-patterns",
"runtime": "@findus./patternson-runtime"
}
}