@skaldapp/monaco-sfc 1.1.47 → 1.1.49
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 +4 -4
- package/package.json +2 -2
package/dist/vue.worker.js
CHANGED
|
@@ -9817,7 +9817,7 @@ var shared_esm_bundler_exports = /* @__PURE__ */ __exportAll({
|
|
|
9817
9817
|
toTypeString: () => toTypeString
|
|
9818
9818
|
});
|
|
9819
9819
|
/**
|
|
9820
|
-
* @vue/shared v3.5.
|
|
9820
|
+
* @vue/shared v3.5.35
|
|
9821
9821
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9822
9822
|
* @license MIT
|
|
9823
9823
|
**/
|
|
@@ -10232,7 +10232,7 @@ var init_shared_esm_bundler = __esmMin((() => {
|
|
|
10232
10232
|
//#endregion
|
|
10233
10233
|
//#region node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js
|
|
10234
10234
|
/**
|
|
10235
|
-
* @vue/compiler-core v3.5.
|
|
10235
|
+
* @vue/compiler-core v3.5.35
|
|
10236
10236
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
10237
10237
|
* @license MIT
|
|
10238
10238
|
**/
|
|
@@ -13985,7 +13985,7 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
13985
13985
|
const keyProp = findProp(node, `key`, false, true);
|
|
13986
13986
|
keyProp && keyProp.type;
|
|
13987
13987
|
let keyExp = keyProp && (keyProp.type === 6 ? keyProp.value ? createSimpleExpression(keyProp.value.content, true) : void 0 : keyProp.exp);
|
|
13988
|
-
const keyProperty =
|
|
13988
|
+
const keyProperty = keyExp ? createObjectProperty(`key`, keyExp) : null;
|
|
13989
13989
|
const isStableFragment = forNode.source.type === 4 && forNode.source.constType > 0;
|
|
13990
13990
|
const fragmentFlag = isStableFragment ? 64 : keyProp ? 128 : 256;
|
|
13991
13991
|
forNode.codegenNode = createVNodeCall(context, helper(FRAGMENT), void 0, renderExp, fragmentFlag, void 0, void 0, true, !isStableFragment, false, node.loc);
|
|
@@ -14538,7 +14538,7 @@ var compiler_dom_esm_bundler_exports = /* @__PURE__ */ __exportAll({
|
|
|
14538
14538
|
warnDeprecation: () => warnDeprecation
|
|
14539
14539
|
});
|
|
14540
14540
|
/**
|
|
14541
|
-
* @vue/compiler-dom v3.5.
|
|
14541
|
+
* @vue/compiler-dom v3.5.35
|
|
14542
14542
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
14543
14543
|
* @license MIT
|
|
14544
14544
|
**/
|
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.49",
|
|
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",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
68
|
-
"@skaldapp/configs": "^1.2.
|
|
68
|
+
"@skaldapp/configs": "^1.2.112",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
70
|
"@types/node": "^25.9.1",
|
|
71
71
|
"eslint": "^10.4.0",
|