Merged
Conversation
63d9e5a to
c1be1b2
Compare
c1be1b2 to
d333c49
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@effect/tsgo@0.1.1
Patch Changes
9fa65d2: Update the setup CLI to detect existing
@typescript/native-previewdependencies and preserve whether they are installed independenciesordevDependencies.When enabling the language service, the setup flow now also adds
@typescript/native-preview@latestif it is missing.604119c: Update the automation so
refresh-flake-hashruns as a reusable workflow afterupdate-typescript-gocompletes validation, instead of depending on PR eventstriggered by the GitHub Actions bot.
6284611: Fix
effectFnImplicitAnyso it only checks the primaryEffect.fncallback body instead of reporting helper callback parameters that are contextually typed by theEffect.fnresult.This avoids false positives for secondary callbacks such as
Effect.fn(function* (...) { ... }, (effect, ...args) => ...).cb0d9bb: Fix the flake refresh workflows so TypeScript-Go submodule updates also refresh
flake.nixandflake.lock.This keeps the Nix flake build inputs aligned with the checked-in submodule and generated shim state.
f7584fa: Refactor typeparser and duplicate-package caching to keep checker-local cache state on
EffectLinksinstead of using process-global cache variables.This removes manual cache reset hooks and simplifies repeated package and type lookups without changing diagnostics behavior.
ff3c088: Refactor typeparser package export matching to reuse shared package source-file descriptors and canonical checker symbol helpers.
This removes repeated node-to-module export matching logic across Effect-related recognizers while preserving existing diagnostics and quick-fix behavior.
542440f: Update
typescript-goto commit8a834dad086d6912b091e8b467e98499dab68cd9.@effect/tsgo-darwin-arm64@0.1.1
@effect/tsgo-darwin-x64@0.1.1
@effect/tsgo-linux-arm@0.1.1
@effect/tsgo-linux-arm64@0.1.1
@effect/tsgo-linux-x64@0.1.1
@effect/tsgo-win32-arm64@0.1.1
@effect/tsgo-win32-x64@0.1.1