@effect/language-service 0.48.0 → 0.50.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 CHANGED
@@ -64,6 +64,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
64
64
  - Warn when `Effect.Service` is used with a primitive type instead of an object type
65
65
  - Warn when schema classes override the default constructor behavior
66
66
  - Warn when `@effect-diagnostics-next-line` comments have no effect (i.e., they don't suppress any diagnostic)
67
+ - Detect nested function calls that can be converted to pipeable style for better readability
67
68
 
68
69
  ### Completions
69
70