An ESM-only, Deno-first esbuild plugin that generates bookmarklet code from JavaScript entry points. Current stable version 1.1.0 (2024) is covered by semver. It wraps esbuild output into a URL-encoded bookmarklet, requiring `iife` format and `write: false`. Differentiators: Deno-first (supports Node), simple setup, supports multiple entry points since v1.1.0.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM-only; CommonJS require will fail. Use import statement.
Deno import should pin a version (e.g., @1.1.0) to avoid breaking changes.
Ensure package.json has 'type': 'module' or use .mjs extension.
Minimal Node ESM build script that outputs a bookmarklet from index.js.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.