@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/index.js
CHANGED
|
@@ -3337,7 +3337,7 @@ var scopeInLayerEffect = createDiagnostic({
|
|
|
3337
3337
|
() => report({
|
|
3338
3338
|
node,
|
|
3339
3339
|
messageText: `Seems like you are constructing a layer with a scope in the requirements.
|
|
3340
|
-
Consider using "scoped" instead to get
|
|
3340
|
+
Consider using "scoped" instead to get rid of the scope in the requirements.`,
|
|
3341
3341
|
fixes: methodIdentifier ? [{
|
|
3342
3342
|
fixName: "scopeInLayerEffect_scoped",
|
|
3343
3343
|
description: "Use scoped for Layer creation",
|