@skaldapp/monaco-sfc 1.1.32 → 1.1.34
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/vue.worker.js +7 -1
- package/package.json +6 -6
package/dist/vue.worker.js
CHANGED
|
@@ -9757,7 +9757,7 @@ var shared_esm_bundler_exports = /* @__PURE__ */ __exportAll({
|
|
|
9757
9757
|
toTypeString: () => toTypeString
|
|
9758
9758
|
});
|
|
9759
9759
|
/**
|
|
9760
|
-
* @vue/shared v3.5.
|
|
9760
|
+
* @vue/shared v3.5.32
|
|
9761
9761
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9762
9762
|
* @license MIT
|
|
9763
9763
|
**/
|
|
@@ -11559,6 +11559,7 @@ function genNode(node, context) {
|
|
|
11559
11559
|
case 24: break;
|
|
11560
11560
|
case 25: break;
|
|
11561
11561
|
case 26: break;
|
|
11562
|
+
/* v8 ignore start */
|
|
11562
11563
|
case 10: break;
|
|
11563
11564
|
default: if (!!(process.env.NODE_ENV !== "production")) {
|
|
11564
11565
|
assert(false, `unhandled codegen node type: ${node.type}`);
|
|
@@ -32997,6 +32998,7 @@ var require_min_version = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
32997
32998
|
break;
|
|
32998
32999
|
case "<":
|
|
32999
33000
|
case "<=": break;
|
|
33001
|
+
/* istanbul ignore next */
|
|
33000
33002
|
default: throw new Error(`Unexpected operation: ${comparator.operator}`);
|
|
33001
33003
|
}
|
|
33002
33004
|
});
|
|
@@ -44196,6 +44198,10 @@ function computeFoldingRanges(document) {
|
|
|
44196
44198
|
}
|
|
44197
44199
|
}
|
|
44198
44200
|
break;
|
|
44201
|
+
/**
|
|
44202
|
+
* In CSS, there is no single line comment prefixed with //
|
|
44203
|
+
* All comments are marked as `Comment`
|
|
44204
|
+
*/
|
|
44199
44205
|
case TokenType$1.Comment: {
|
|
44200
44206
|
const commentRegionMarkerToDelimiter = (marker) => {
|
|
44201
44207
|
if (marker === "#region") return {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@skaldapp/monaco-sfc",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.34",
|
|
5
5
|
"description": "A Monaco Editor language server for Vue Single File Components (SFC) providing syntax highlighting, IntelliSense, error detection, and more",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dist"
|
|
46
46
|
],
|
|
47
47
|
"scripts": {
|
|
48
|
-
"build": "tsc && vite build",
|
|
48
|
+
"build": "tsc -p tsconfig.build.json && vite build",
|
|
49
49
|
"lint": "eslint ."
|
|
50
50
|
},
|
|
51
51
|
"prettier": "@skaldapp/configs/prettierrc",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
68
|
-
"@skaldapp/configs": "^1.2.
|
|
68
|
+
"@skaldapp/configs": "^1.2.91",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
|
-
"@types/node": "^25.5.
|
|
71
|
-
"eslint": "^10.
|
|
70
|
+
"@types/node": "^25.5.2",
|
|
71
|
+
"eslint": "^10.2.0",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"path-browserify": "^1.0.1",
|
|
74
|
-
"vite": "^8.0.
|
|
74
|
+
"vite": "^8.0.7"
|
|
75
75
|
}
|
|
76
76
|
}
|