You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Only CommonJS-compatible builds are being generated, which means this library will not work in an ESM-only setting.
We should be using ts-bridge to build this package rather than straight tsc.
Acceptance Criteria
Running yarn build should produce CommonJS- and ESM-compatible variants (i.e., .cjs, .mjs, .d.cts, and .d.mts variants should be present in dist/) via ts-bridge`
The build:clean package script should not exist
Arbitrary subimports should not be possible (there should only be two exports, . and ./package.json, and they should point to both CommonJS and ESM variants)
Only CommonJS-compatible builds are being generated, which means this library will not work in an ESM-only setting.
We should be using
ts-bridgeto build this package rather than straighttsc.Acceptance Criteria
yarn buildshould produce CommonJS- and ESM-compatible variants (i.e.,.cjs,.mjs,.d.cts, and.d.mtsvariants should be present indist/) viats-bridge`build:cleanpackage script should not exist.and./package.json, and they should point to both CommonJS and ESM variants)