@vue/compiler-core 3.4.36 → 3.4.37

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-core v3.4.36
2
+ * @vue/compiler-core v3.4.37
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -5381,7 +5381,7 @@ function resolveComponentType(node, context, ssr = false) {
5381
5381
  } else {
5382
5382
  exp = isProp.exp;
5383
5383
  if (!exp) {
5384
- exp = createSimpleExpression(`is`, false, isProp.loc);
5384
+ exp = createSimpleExpression(`is`, false, isProp.arg.loc);
5385
5385
  {
5386
5386
  exp = isProp.exp = processExpression(exp, context);
5387
5387
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-core v3.4.36
2
+ * @vue/compiler-core v3.4.37
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -5286,7 +5286,7 @@ function resolveComponentType(node, context, ssr = false) {
5286
5286
  } else {
5287
5287
  exp = isProp.exp;
5288
5288
  if (!exp) {
5289
- exp = createSimpleExpression(`is`, false, isProp.loc);
5289
+ exp = createSimpleExpression(`is`, false, isProp.arg.loc);
5290
5290
  {
5291
5291
  exp = isProp.exp = processExpression(exp, context);
5292
5292
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-core v3.4.36
2
+ * @vue/compiler-core v3.4.37
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -4681,7 +4681,7 @@ function resolveComponentType(node, context, ssr = false) {
4681
4681
  } else {
4682
4682
  exp = isProp.exp;
4683
4683
  if (!exp) {
4684
- exp = createSimpleExpression(`is`, false, isProp.loc);
4684
+ exp = createSimpleExpression(`is`, false, isProp.arg.loc);
4685
4685
  }
4686
4686
  }
4687
4687
  if (exp) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-core",
3
- "version": "3.4.36",
3
+ "version": "3.4.37",
4
4
  "description": "@vue/compiler-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/compiler-core.esm-bundler.js",
@@ -50,7 +50,7 @@
50
50
  "entities": "^5.0.0",
51
51
  "estree-walker": "^2.0.2",
52
52
  "source-map-js": "^1.2.0",
53
- "@vue/shared": "3.4.36"
53
+ "@vue/shared": "3.4.37"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/types": "^7.24.7"