@effect/language-service 0.61.0 → 0.62.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 CHANGED
@@ -106,6 +106,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
106
106
 
107
107
  - Automatically adds type annotations to exported constants based on their initializer types using `// @effect-codegens annotate`
108
108
  - Automatically implements service accessors in `Effect.Service`, `Context.Tag` or `Effect.Tag` declarations using `// @effect-codegens accessors`
109
+ - Automatically generates Effect Schema classes from TypeScript types using `// @effect-codegens typeToSchema`
109
110
 
110
111
  ### Miscellaneous
111
112
  - Renaming a class name, will rename the identifier as well for TaggedError, TaggedClass, etc...