Interim compiler step for Paperclip, a visual programming language. Current stable version 18.3.8. Acts as an intermediate representation layer between Paperclip engines and output compilers like React. Bundles AST transformations and provides a uniform interface for compiler backends. Differentiates by being part of the Paperclip ecosystem, designed for multi-target code generation with a focus on UI components. Release cadence is tied to Paperclip monorepo releases, roughly monthly.
npm install paperclip-interimNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of InterimCompiler with an existing engine and serialization of the intermediate representation.
Ensure first argument is a compatible Paperclip engine object.
Run engine's compile() before accessing InterimCompiler's output methods.
Replace serialize() calls with toString().
Use import { InterimCompiler } from 'paperclip-interim' or ensure your module system is ESM.Run npm install paperclip-interim@18.3.8
No dependency data recorded yet.