A webpack loader for the Joy Go-to-JS transpiler, which converts Go code to JavaScript. Version 0.0.2 is an early release with no stable API. The loader integrates joy into webpack builds, but the project is in active development and not production-ready. It facilitates using Go code in webpack bundles, but lacks documentation, tests, and error handling. Compared to other transpilation loaders, it is experimental and niche.
npm install joy-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This shows how to configure webpack to use joy-loader for .go files.
Pin to exact version and test updates
npm install joy-loader --save-dev
Add test: /\.go$/ to module.rules