Skip to content

tsgo 7.0.0-dev+effect-app.5

Choose a tag to compare

@patroza patroza released this 22 Jun 13:13
b3c2f3a

Effect language-service tsgo + .d.ts schema-facade emit, built from PR #1.

  • Binary version: `7.0.0-dev+effect-app.5` (upstream typescript-go 7.x base + `+effect-app.5` semver build metadata; replaces the old `0.14.x-effect-app.N` scheme).
  • typescript-go submodule: `dc37b524` == `@typescript/native-preview@7.0.0-dev.20260622.1` (latest), not behind.
  • Facade emit regenerated at full parity with the canonical impl in effect-app/typescript-go PR #2: import normalization, legacy `StructNestedEncoded` materialization, static-member rewriting, and the `Fields` interface.

Verified against scanner api decl build: exit 0, 0 `StructNestedEncoded` placeholders, 415 `Fields` interfaces emitted, Effect language-service diagnostics live.

Source PRs:

Consumed by macs/scanner `scripts/install-patched-compilers.mjs` (downloads `tsgo--[.exe].gz`).