Skip to content

Remove stripInternal from shared TSConfig - #3132

Draft
benjie with Copilot wants to merge 2 commits into
nextfrom
copilot/remove-stripinternal-compiler-option
Draft

Remove stripInternal from shared TSConfig#3132
benjie with Copilot wants to merge 2 commits into
nextfrom
copilot/remove-stripinternal-compiler-option

Conversation

Copilot AI commented Aug 9, 2026

Copy link
Copy Markdown

Removes "stripInternal": true from the root tsconfig.json. This option was causing symbols tagged /** @internal */ to be silently stripped from all generated .d.ts declaration files, hiding internal APIs from TypeScript consumers entirely.

Changes

  • tsconfig.json — Remove stripInternal: true compiler option
  • .changeset/remove-strip-internal.md — Patch-level changeset for all public packages

Impact

No runtime behaviour changes. @internal-tagged symbols will now appear in .d.ts outputs rather than being stripped. This makes internal APIs visible in TypeScript (with the caveat that they're still marked internal), which improves debuggability and allows consumers to opt in to using them knowingly.

@changeset-bot

changeset-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ce7a395

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 25 packages
Name Type
@dataplan/json Patch
@dataplan/pg Patch
@grafserv/persisted Patch
@graphile/lru Patch
@graphile/simplify-inflection Patch
eslint-plugin-graphile-export Patch
grafast Patch
grafserv Patch
graphile Patch
graphile-build Patch
graphile-build-pg Patch
graphile-config Patch
graphile-export Patch
graphile-utils Patch
graphql-codegen-grafast Patch
jest-serializer-graphql-schema Patch
jest-serializer-simple Patch
pg-introspection Patch
pg-sql2 Patch
pgl Patch
postgraphile Patch
ruru Patch
ruru-components Patch
ruru-types Patch
tamedevil Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Co-authored-by: benjie <129910+benjie@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove stripInternal TypeScript compiler option from TSConfig Remove stripInternal from shared TSConfig Aug 9, 2026
Copilot AI requested a review from benjie August 9, 2026 00:28
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.

2 participants