@effect/language-service 0.17.0 → 0.18.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 +1 -1
- package/index.js +425 -278
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transform.js +248 -118
- package/transform.js.map +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Few options can be provided alongside the initialization of the Language Service
|
|
|
71
71
|
"diagnostics": true, // controls Effect diagnostics (default: true)
|
|
72
72
|
"quickinfo": true, // controls quickinfo over Effect (default: true)
|
|
73
73
|
"completions": true, // controls Effect completions (default: true)
|
|
74
|
-
"
|
|
74
|
+
"allowedDuplicatedPackages": [] // list of package names that has effect in peer dependencies and are allowed to be duplicated (default: [])
|
|
75
75
|
}
|
|
76
76
|
]
|
|
77
77
|
}
|