Run-time compiler for Electrum-enabled React components, based on babel-standalone. Version 1.9.0 is the latest stable release; the package has had a low release cadence with infrequent updates. It provides a Compiler class capable of transforming JavaScript to ES5 and building React components from source code at runtime. Key differentiators include integration with the Electrum framework, support for registering external symbols, and a built-in eval for ES6/JSX. Note that it compiles synchronously in the browser and depends on Electrum v4.3.0 as a peer dependency.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiler is a named export, not default.
CommonJS destructuring required for named export.
No function named compile; use Compiler class.
Demonstrates transforming ES6 to ES5, building an Electrum-enabled React component with registered symbols, and evaluating expressions.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.