A Parcel 1.x plugin that transpiles JSY syntax to standard JavaScript without requiring Babel. Current stable version 0.2.1. JSY is a superset of JavaScript with simplified syntax (e.g., trailing commas, optional semicolons, and concise arrow functions). This plugin integrates JSY directly into the Parcel bundling pipeline, replacing the traditional Babel toolchain for JSY projects. It is specific to Parcel 1.x (parcel-bundler peer dependency) and is not compatible with Parcel v2. Published under the MIT license, it has limited maintenance frequency.
npm install parcel-plugin-jsyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates installing the required dependencies, writing a simple JSY file, and building it with Parcel 1.x.
If using Parcel v2, consider alternatives or use JSY with a different bundler.
Ensure you have parcel-bundler@^1.12.4 installed: npm install --save-dev parcel-bundler@^1.12.4
Only add the package as a dependency; Parcel will discover it automatically.
Run npm install --save-dev parcel-plugin-jsy
Run npm install --save-dev parcel-bundler@^1.12.4
Use parcel-bundler@^1.12.4 instead of parcel.
No dependency data recorded yet.