Skip to content

Commit 5492337

Browse files
Version Packages (#491)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d2e6dc commit 5492337

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/optimize-type-at-location-usage.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect/language-service
22

3+
## 0.55.4
4+
5+
### Patch Changes
6+
7+
- [#490](https://github.com/Effect-TS/language-service/pull/490) [`7d2e6dc`](https://github.com/Effect-TS/language-service/commit/7d2e6dc5ccd8bc8c71fafaba86d0af68103ae1ab) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Optimize `getTypeAtLocation` usage to reduce unnecessary calls on non-expression nodes. This improves performance by ensuring type checking is only performed on expression nodes and adds additional null safety checks for symbol resolution.
8+
39
## 0.55.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/language-service",
3-
"version": "0.55.3",
3+
"version": "0.55.4",
44
"packageManager": "[email protected]",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)