0.3.4 • Published 4 years ago

fox-transpiler v0.3.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

fox-transpiler

custom babel plugin + rolup combo to output config files for consumption by tooling

old info

uses AOC and transpilation techniques to ensure fox-plugin-foo plugins can be evaluated such that they can be consumed by their respective tools. Some expressions and statements that need to be preevaluated include the following

references to the IPlugin or IConfigFox interfaces

const fox: IConfigFox = fox
fox.plugin.stylelint // => cozy

module definitions

export default {

}

// => module.exports {
// =>
// => }