@vue/compiler-sfc 3.4.6 → 3.4.8

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,3 +1,8 @@
1
+ /**
2
+ * @vue/compiler-sfc v3.4.8
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/
1
6
  'use strict';
2
7
 
3
8
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -20594,7 +20599,7 @@ function isStaticNode(node) {
20594
20599
  return false;
20595
20600
  }
20596
20601
 
20597
- const version = "3.4.6";
20602
+ const version = "3.4.8";
20598
20603
  const parseCache = parseCache$1;
20599
20604
  const errorMessages = {
20600
20605
  ...CompilerDOM.errorMessages,
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @vue/compiler-sfc v3.4.8
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/
1
6
  function makeMap(str, expectsLowerCase) {
2
7
  const set = new Set(str.split(","));
3
8
  return expectsLowerCase ? (val) => set.has(val.toLowerCase()) : (val) => set.has(val);
@@ -18661,8 +18666,7 @@ function createTransformContext(root, {
18661
18666
  }
18662
18667
  context.parent.children.splice(removalIndex, 1);
18663
18668
  },
18664
- onNodeRemoved: () => {
18665
- },
18669
+ onNodeRemoved: NOOP,
18666
18670
  addIdentifiers(exp) {
18667
18671
  {
18668
18672
  if (isString$2(exp)) {
@@ -48630,7 +48634,7 @@ var __spreadValues = (a, b) => {
48630
48634
  }
48631
48635
  return a;
48632
48636
  };
48633
- const version = "3.4.6";
48637
+ const version = "3.4.8";
48634
48638
  const parseCache = parseCache$1;
48635
48639
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
48636
48640
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.4.6",
3
+ "version": "3.4.8",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -37,10 +37,10 @@
37
37
  "magic-string": "^0.30.5",
38
38
  "postcss": "^8.4.32",
39
39
  "source-map-js": "^1.0.2",
40
- "@vue/compiler-core": "3.4.6",
41
- "@vue/compiler-ssr": "3.4.6",
42
- "@vue/shared": "3.4.6",
43
- "@vue/compiler-dom": "3.4.6"
40
+ "@vue/compiler-core": "3.4.8",
41
+ "@vue/compiler-dom": "3.4.8",
42
+ "@vue/shared": "3.4.8",
43
+ "@vue/compiler-ssr": "3.4.8"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/types": "^7.23.6",