paperclip-compiler-interm
v17.14.19
Published
Intermittent compiler step.
Readme
Intermittent compiler step.
import { IntermediateCompiler } from "paperclip-compiler-interm";
import { translateReact } from "paperclip-compiler-react";
const interm = new IntermediateCompiler(engine);
const output = translateReact(interm);TODOs:
- [ ] source maps
