wyvern is a reactive JavaScript transpiler that compiles reactive syntax into standard JavaScript. At version 0.2.0, it is in early development with an unstable API. It differentiates itself by providing a declarative reactive programming model that compiles to efficient vanilla JS, targeting developers who want reactivity without a runtime library. The package is meant to be used as a build tool (transpiler) and is not designed for runtime use. Release cadence is unknown as the project is new.
npm install wyvernNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the compile function to transpile a source file, with error handling.
Pin to exact version and expect breaking changes.
Use ES module syntax (import) or dynamic import() in CommonJS projects with bundler.
Supply only sourceType if unsure; options object may be ignored.
Replace require('wyvern') with import statements or use dynamic import.Use named import: import { compile } from 'wyvern';No dependency data recorded yet.