An esbuild plugin for conditional compilation using `//#if`, `//#else`, and `//#endif` directives in JavaScript/TypeScript files. Version 1.0.2, released as first stable. Requires esbuild and ESM setup (`type: module` in package.json and `.mjs` extensions). Differentiates from other conditional build tools by being lightweight and esbuild-native, using simple comment-based directives.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-only (type: module required). CommonJS require will fail.
Exported as default, not named.
Type exports may not exist; always check documentation.
Sets up esbuild with conditional build plugin, defining 'DEVELOPMENT' constant and building entry point.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.