fix: gate effect-app declaration facades (effect-app.10, latest upstream)#2
Open
patroza wants to merge 1 commit into
Open
fix: gate effect-app declaration facades (effect-app.10, latest upstream)#2patroza wants to merge 1 commit into
patroza wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #1. Tracks the effect-app
.d.tsschema-facade emitter, now gated behind a compiler option and rebuilt against the latest upstream.What changed
typescript-go(@typescript/native-preview@7.0.0-dev.20260707.2, commit9977d6d) already present onmain. All_patches/apply cleanly against it..d.tsemitter is now opt-in via a compiler option rather than always-on.028-checker-emitresolver-effect-schema—CreateTypeOf{Struct,Class}…Propertymaterialization029-printer-emitresolver-effect-schema— printer hook030-transformers-declarations-effect-schema— declaration transformer031-effect-app-dts-facade-gate-option— the gate (compiler option + diagnostics + tsconfig parsing)032-effect-app-dts-facade-gate-test— coverage for the gate_tools/cut-release.shcross-compiles every platform binary, packages thetsgo-<platform>[.exe].gzassets +SHA256SUMS, and creates the GitHub release from a source-derived version.7.0.0-dev+effect-app.10(bumped from the already-released.9, which shipped the older upstream).Validation
pnpm setup-repo— all 27 patches apply against9977d6d; diagnostics + shims regenerated.go build ./...— clean.go test ./typescript-go/internal/transformers/declarations/...— passes (facade-gate test).tsgoreportsVersion 7.0.0-dev+effect-app.10.Release
Binary release cut via
_tools/cut-release.sh→v7.0.0-dev-effect-app.10.