OC-Statics-Compiler is a generic module for processing static assets in OpenComponents templates. Current version 3.0.1 ships TypeScript types and is intended for use with the OpenComponents ecosystem. Release cadence is low; maintained primarily by the OpenComponents team. Differentiators are its tight integration with the OC registry and its statics processing pipeline. Not intended for standalone use outside of OC-based projects.
npm install oc-statics-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the default export and use process() to compile static asset paths.
Use import instead of require; update your project to ESM with type: 'module' in package.json.
Use default export's process() method instead.
Upgrade to v3.0.1 or use // @ts-ignore if type not found.
Use Node.js v14 or later.
Run 'npm install oc-statics-compiler' or 'yarn add oc-statics-compiler'.
Switch to ESM with 'import ocStaticsCompiler from 'oc-statics-compiler'' or downgrade to v2.x.
Ensure you import the correct symbol: import ocStaticsCompiler from 'oc-statics-compiler' and check that version is >=3.0.0.
No dependency data recorded yet.