Skip to content

feat: align Node 24 type imports and build with TS7 - #286

Open
ctate wants to merge 4 commits into
mainfrom
feat/node24-ts7-parity
Open

feat: align Node 24 type imports and build with TS7#286
ctate wants to merge 4 commits into
mainfrom
feat/node24-ts7-parity

Conversation

@ctate

@ctate ctate commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator
  • Match Node 24 ESM link failures for type-only named imports.
  • Add static and dynamic differential coverage with compatibility evidence.
  • Make TypeScript 7 the compiler build tool and add a parity CI gate.

- Match Node 24 ESM link failures for type-only named imports.

- Add static and dynamic differential coverage with compatibility evidence.

- Make TypeScript 7 the compiler build tool and add a parity CI gate.
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
scriptc Ready Ready Preview, v0 Sep 3, 2026 4:38pm UTC

@@ -0,0 +1,7 @@
// @exit: 1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corpus 2707 is a typeless package but declares @exit: 1, which after the 996d439 default-interface-placeholder refactor no longer holds — the re-export now succeeds (exit 0), failing the differential test and contradicting errors.test.ts.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant