Skip to content

Commit d9b382e

Browse files
Version Packages (#347)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a37be2 commit d9b382e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fix-autoimport-barrel-mapping.md

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

CHANGELOG.md

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

3+
## 0.35.2
4+
5+
### Patch Changes
6+
7+
- [#346](https://github.com/Effect-TS/language-service/pull/346) [`5a37be2`](https://github.com/Effect-TS/language-service/commit/5a37be23a137ac703018f70f70248caa8835e6bc) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Fix auto-import barrel-to-barrel mapping for top-level named re-exports
8+
9+
When `topLevelNamedReexports` is set to "follow", the auto-import provider now correctly maps barrel exports to their barrel modules, ensuring proper import suggestions for re-exported functions like `pipe` from `effect/Function`.
10+
311
## 0.35.1
412

513
### 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.35.1",
3+
"version": "0.35.2",
44
"packageManager": "[email protected]",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)