@effect/language-service 0.24.0 → 0.24.1
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 +30946 -0
- package/cli.js.map +1 -0
- package/index.js +4248 -31
- package/index.js.map +1 -1
- package/package.json +4 -1
- package/transform.js +20 -20
- package/transform.js.map +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
|
|
|
43
43
|
- Wrong usage of yield inside `Effect.gen`
|
|
44
44
|
- Multiple versions of Effect in your project
|
|
45
45
|
- Warn on leaking requirements in Effect services
|
|
46
|
+
- Warn on Scope as requirement of a Layer
|
|
46
47
|
- Unnecessary usages of `Effect.gen` or `pipe()`
|
|
47
48
|
- Warn when importing from a barrel file instead of from the module directly
|
|
48
49
|
|