@skaldapp/monaco-sfc 1.0.76 → 1.1.1
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 +5 -5
- package/package.json +3 -3
package/dist/vue.worker.js
CHANGED
|
@@ -259361,7 +259361,7 @@ export {};`, V$t = Rat, hPe = l8t.createNpmFileSystem(), jat = u$t.create(Yb), J
|
|
|
259361
259361
|
getDefinitionAndBoundSpan: D,
|
|
259362
259362
|
getQuickInfoAtPosition: w
|
|
259363
259363
|
}), o;
|
|
259364
|
-
}, K$t = (l) => l.path.endsWith("global.d.ts") ? Lat : hPe.readFile(l), X$t = (l) => l.path.endsWith("global.d.ts") ? { ctime: Rat, mtime: V$t, size: J$t, type: $$t } : hPe.stat(l), Yx = (l, { languageService: { context: o } }) => {
|
|
259364
|
+
}, K$t = (l) => l.path.endsWith("global.d.ts") ? Lat : hPe.readFile(l), X$t = (l) => l.path.endsWith("global.d.ts") ? { ctime: Rat, mtime: V$t, size: J$t, type: $$t } : hPe.stat(l), Q$t = { ...hPe, readFile: K$t, stat: X$t }, Y$t = { fs: Q$t, workspaceFolders: H$t }, Z$t = { asFileName: zat, asUri: Fce }, Yx = (l, { languageService: { context: o } }) => {
|
|
259365
259365
|
const { language: p } = o, f = o.inject(
|
|
259366
259366
|
"typescript/languageServiceHost"
|
|
259367
259367
|
), h = o.inject("typescript/languageService").getProgram(), v = p.scripts.get(Fce(l)), S = v?.generated?.root instanceof PDe.VueVirtualCode ? v.generated.root : void 0;
|
|
@@ -259384,14 +259384,14 @@ export {};`, V$t = Rat, hPe = l8t.createNpmFileSystem(), jat = u$t.create(Yb), J
|
|
|
259384
259384
|
types: ["global"]
|
|
259385
259385
|
},
|
|
259386
259386
|
""
|
|
259387
|
-
),
|
|
259387
|
+
), eHt = [
|
|
259388
259388
|
PDe.createVueLanguagePlugin(
|
|
259389
259389
|
Yb,
|
|
259390
259390
|
Bat,
|
|
259391
259391
|
gPe,
|
|
259392
259392
|
zat
|
|
259393
259393
|
)
|
|
259394
|
-
]
|
|
259394
|
+
];
|
|
259395
259395
|
VGe.setGlobal(new VGe());
|
|
259396
259396
|
gPe.vitePressExtensions.push(".md");
|
|
259397
259397
|
self.onmessage = () => {
|
|
@@ -259399,7 +259399,7 @@ self.onmessage = () => {
|
|
|
259399
259399
|
const o = lMt({
|
|
259400
259400
|
compilerOptions: Bat,
|
|
259401
259401
|
env: Y$t,
|
|
259402
|
-
languagePlugins:
|
|
259402
|
+
languagePlugins: eHt,
|
|
259403
259403
|
languageServicePlugins: [
|
|
259404
259404
|
{ ...jat, create: G$t },
|
|
259405
259405
|
BJt.create(),
|
|
@@ -259519,7 +259519,7 @@ self.onmessage = () => {
|
|
|
259519
259519
|
}).filter(({ name: p }) => !p?.startsWith("vue-template"))
|
|
259520
259520
|
],
|
|
259521
259521
|
typescript: Yb,
|
|
259522
|
-
uriConverter:
|
|
259522
|
+
uriConverter: Z$t,
|
|
259523
259523
|
workerContext: l
|
|
259524
259524
|
});
|
|
259525
259525
|
return o;
|
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.
|
|
4
|
+
"version": "1.1.1",
|
|
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",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
66
|
-
"@skaldapp/configs": "^1.2.
|
|
66
|
+
"@skaldapp/configs": "^1.2.47",
|
|
67
67
|
"@types/markdown-it": "^14.1.2",
|
|
68
|
-
"@types/node": "^25.0.
|
|
68
|
+
"@types/node": "^25.0.10",
|
|
69
69
|
"eslint": "^9.39.2",
|
|
70
70
|
"jsonc-parser": "^3.3.1",
|
|
71
71
|
"path-browserify": "^1.0.1",
|