@effect/language-service 0.24.1 → 0.24.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/cli.js +1 -1
- package/cli.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transform.js +1 -1
- package/transform.js.map +1 -1
package/package.json
CHANGED
package/transform.js
CHANGED
|
@@ -3252,7 +3252,7 @@ var scopeInLayerEffect = createDiagnostic({
|
|
|
3252
3252
|
() => report({
|
|
3253
3253
|
node,
|
|
3254
3254
|
messageText: `Seems like you are constructing a layer with a scope in the requirements.
|
|
3255
|
-
Consider using "scoped" instead to get
|
|
3255
|
+
Consider using "scoped" instead to get rid of the scope in the requirements.`,
|
|
3256
3256
|
fixes: methodIdentifier ? [{
|
|
3257
3257
|
fixName: "scopeInLayerEffect_scoped",
|
|
3258
3258
|
description: "Use scoped for Layer creation",
|