@effect/language-service 0.28.1 → 0.28.3

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 CHANGED
@@ -45,6 +45,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
45
45
  - Multiple versions of Effect in your project
46
46
  - Warn on leaking requirements in Effect services
47
47
  - Warn on Scope as requirement of a Layer
48
+ - Warn on subsequent `Effect.provide` anti-pattern
48
49
  - Unnecessary usages of `Effect.gen` or `pipe()`
49
50
  - Warn when importing from a barrel file instead of from the module directly
50
51
  - Warn on usage of try/catch inside `Effect.gen` and family