@effect/language-service 0.22.1 → 0.22.2
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/index.js +1093 -1058
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,6 +52,7 @@ And you're done! You'll now be able to use a set of refactor and diagnostics tha
|
|
|
52
52
|
- Autocomplete `Effect.gen` with `function*(){}`
|
|
53
53
|
- Autocomplete `Effect.fn` with the span name given by the exported member
|
|
54
54
|
- Allow to configure packages to be imported with namespace style `import * as Effect from "effect"`
|
|
55
|
+
- Effect comment directives
|
|
55
56
|
|
|
56
57
|
### Refactors
|
|
57
58
|
|