Hold the shipped source to ECMAScript alone, and run the suite on Deno and Bun #39
Reference in New Issue
Block a user
Delete Branch "runs-anywhere"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The library already reached for no host API; nothing said so or stopped it changing.
tsconfig.build.jsontypechecks the shipped files withtypes: []andlib: ES2022, so anode:import, a host global or an ES2024 method is a compile error, andci.shruns the same suite under Deno 2.9.6 and Bun 1.4.0 beside Node. All 448 tests pass on all three.