A URL scheme compiler for the Cerebral state management framework (deprecated). Version 0.5.3 is the last release. It compiles path URLs into efficient getter and setter functions used by Cerebral actions. The package is deprecated due to Cerebral's evolution to v2+, which uses a different state access pattern. No longer maintained; alternatives include direct state access via Cerebral's props or other state libraries.
npm install cerebral-url-scheme-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to compile a URL path into a getter function and use it with a Cerebral controller.
Migrate to Cerebral v2+ which uses a different state access pattern via props or template literals.
Do not use with Cerebral v2+; consider alternatives like direct object path access.
Ensure your environment supports package exports or use a bundler that resolves subpath imports.
Use import getCompiler from 'cerebral-url-scheme-compiler/get' instead of from 'cerebral-url-scheme-compiler'.
No dependency data recorded yet.