@paperclip-ui/interim
v18.5.6
Published
Interimittent compiler step.
Downloads
649
Readme
Interimittent compiler step.
import { InterimCompiler } from "@paperclip-ui/interim";
import { translateReact } from "@paperclip-ui/compiler-react";
const interm = new InterimCompiler(engine);
const output = translateReact(interm);TODOs:
- [ ] source maps
