@marko/language-tools 2.5.55 → 2.5.56
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2701,7 +2701,7 @@ scope: ${scopeExpr}
|
|
|
2701
2701
|
if (boundRange) {
|
|
2702
2702
|
if (!boundRange.member) {
|
|
2703
2703
|
const valueLiteral = this.#read(boundRange.value);
|
|
2704
|
-
this.#extractor.copy(boundRange.value).copy(boundRange.types).write(`
|
|
2704
|
+
this.#extractor.copy(boundRange.value).write(" ").copy(boundRange.types).write(`
|
|
2705
2705
|
)${SEP_COMMA_NEW_LINE}"`).copy(defaultMapPosition).copy(name).write(
|
|
2706
2706
|
`Change"(
|
|
2707
2707
|
// @ts-ignore
|
package/dist/index.mjs
CHANGED
|
@@ -2664,7 +2664,7 @@ scope: ${scopeExpr}
|
|
|
2664
2664
|
if (boundRange) {
|
|
2665
2665
|
if (!boundRange.member) {
|
|
2666
2666
|
const valueLiteral = this.#read(boundRange.value);
|
|
2667
|
-
this.#extractor.copy(boundRange.value).copy(boundRange.types).write(`
|
|
2667
|
+
this.#extractor.copy(boundRange.value).write(" ").copy(boundRange.types).write(`
|
|
2668
2668
|
)${SEP_COMMA_NEW_LINE}"`).copy(defaultMapPosition).copy(name).write(
|
|
2669
2669
|
`Change"(
|
|
2670
2670
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/language-tools",
|
|
3
3
|
"description": "Marko Language Tools",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.56",
|
|
5
5
|
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@marko/compiler": "^5.39.53",
|