@effect/language-service 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/cli.js +26538 -31884
- package/cli.js.map +1 -1
- package/effect-lsp-patch-utils.js +1347 -853
- package/effect-lsp-patch-utils.js.map +1 -1
- package/index.js +2202 -3117
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transform.js +1348 -853
- package/transform.js.map +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
|
|
|
112
112
|
- Toggle between pipe styles `X.pipe(Y)` and `pipe(X, Y)`
|
|
113
113
|
- Layer Magic: Automatically compose and build layers based on service dependencies
|
|
114
114
|
- Structural Type to Schema: Convert TypeScript interfaces and type aliases to Effect Schema classes, with automatic detection and reuse of existing schemas
|
|
115
|
+
- Convert `Effect.Service` to `Context.Tag` with a static `Layer` property (supports `effect`, `scoped`, `sync`, `succeed` combinators and `dependencies`)
|
|
115
116
|
|
|
116
117
|
### Codegens
|
|
117
118
|
|