ESBuild plugin for JSY syntax transpilation to standard JavaScript. Current version 0.0.2 is experimental with no regular release cadence. JSY is a custom JavaScript superset that compiles to standard JS. This plugin allows using JSY files directly in ESBuild builds. Key differentiators: minimal configuration, integrates JSY transpilation into ESBuild pipeline. Alternatives include using JSY CLI separately.
npm install esbuild-plugin-jsyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build a JSY entry point with ESBuild using the JSY plugin.
Pin exact version and test upgrades carefully.
Ensure JSY configuration matches target environment.
Run npm install jsy-lang alongside esbuild-plugin-jsy.
npm install jsy-lang
Use import (ESM) or switch to dynamic import() in CommonJS.
import jsyPlugin from 'esbuild-plugin-jsy' (no braces)