@vue/language-core 1.7.1 → 1.7.3

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.
@@ -522,7 +522,7 @@ function generate(ts, compilerOptions, vueCompilerOptions, sourceTemplate, sourc
522
522
  ], ` = (await import('${sharedTypesImport}')).getSlotParam(`);
523
523
  }
524
524
  }
525
- codes.push(['', 'template', (slotDir.arg ?? slotDir).loc.start.offset, capabilitiesPresets.diagnosticOnly], `${componentCtxVar}.slots!`, ...((slotDir?.arg?.type === 4 /* CompilerDOM.NodeTypes.SIMPLE_EXPRESSION */ && slotDir.arg.content)
525
+ codes.push(['', 'template', (slotDir.arg ?? slotDir).loc.start.offset, capabilitiesPresets.diagnosticOnly], `(${componentCtxVar}.slots!)`, ...((slotDir?.arg?.type === 4 /* CompilerDOM.NodeTypes.SIMPLE_EXPRESSION */ && slotDir.arg.content)
526
526
  ? createPropertyAccessCode([
527
527
  slotDir.arg.loc.source,
528
528
  'template',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/language-core",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "main": "out/index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -13,18 +13,18 @@
13
13
  "directory": "packages/vue-language-core"
14
14
  },
15
15
  "dependencies": {
16
- "@volar/language-core": "1.6.1",
17
- "@volar/source-map": "1.6.1",
18
- "@vue/compiler-dom": "^3.3.0-beta.3",
19
- "@vue/reactivity": "^3.3.0-beta.3",
20
- "@vue/shared": "^3.3.0-beta.3",
16
+ "@volar/language-core": "1.6.3",
17
+ "@volar/source-map": "1.6.3",
18
+ "@vue/compiler-dom": "^3.3.0",
19
+ "@vue/reactivity": "^3.3.0",
20
+ "@vue/shared": "^3.3.0",
21
21
  "minimatch": "^9.0.0",
22
22
  "muggle-string": "^0.3.1",
23
23
  "vue-template-compiler": "^2.7.14"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/minimatch": "^5.1.2",
27
- "@vue/compiler-sfc": "^3.3.0-beta.3"
27
+ "@vue/compiler-sfc": "^3.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "typescript": "*"
@@ -34,5 +34,5 @@
34
34
  "optional": true
35
35
  }
36
36
  },
37
- "gitHead": "8555895e2018cb871cceb19f0ff073fcf322d8e5"
37
+ "gitHead": "0afe0eb39ed144513faddbfa4fddc667e8864cdf"
38
38
  }