@vue/compiler-sfc 3.4.0-beta.1 → 3.4.0-beta.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.
@@ -20559,7 +20559,7 @@ function isStaticNode(node) {
20559
20559
  return false;
20560
20560
  }
20561
20561
 
20562
- const version = "3.4.0-beta.1";
20562
+ const version = "3.4.0-beta.3";
20563
20563
  const parseCache = parseCache$1;
20564
20564
  const walk = estreeWalker.walk;
20565
20565
  const shouldTransformRef = () => false;
@@ -189,7 +189,7 @@ function normalizeClass(value) {
189
189
 
190
190
  const HTML_TAGS = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot";
191
191
  const SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view";
192
- const MATH_TAGS = "math,maction,annotation,annotation-xml,menclose,merror,mfenced,mfrac,mi,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,semantics,mspace,msqrt,mstyle,msub,msup,msubsup,mtable,mtd,mtext,mtr,munder,munderover";
192
+ const MATH_TAGS = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics";
193
193
  const VOID_TAGS = "area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr";
194
194
  const isHTMLTag = /* @__PURE__ */ makeMap(HTML_TAGS);
195
195
  const isSVGTag = /* @__PURE__ */ makeMap(SVG_TAGS);
@@ -2316,7 +2316,7 @@ const errorMessages = {
2316
2316
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,
2317
2317
  [45]: `Error parsing JavaScript expression: `,
2318
2318
  [46]: `<KeepAlive> expects exactly one child component.`,
2319
- [51]: `@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.`,
2319
+ [51]: `@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.`,
2320
2320
  // generic errors
2321
2321
  [47]: `"prefixIdentifiers" option is not supported in this build of compiler.`,
2322
2322
  [48]: `ES module mode is not supported in this build of compiler.`,
@@ -48544,7 +48544,7 @@ function isStaticNode(node) {
48544
48544
  return false;
48545
48545
  }
48546
48546
 
48547
- const version = "3.4.0-beta.1";
48547
+ const version = "3.4.0-beta.3";
48548
48548
  const parseCache = parseCache$1;
48549
48549
  const walk = walk$2;
48550
48550
  const shouldTransformRef = () => false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.3",
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.0-beta.1",
41
- "@vue/shared": "3.4.0-beta.1",
42
- "@vue/compiler-dom": "3.4.0-beta.1",
43
- "@vue/compiler-ssr": "3.4.0-beta.1"
40
+ "@vue/compiler-dom": "3.4.0-beta.3",
41
+ "@vue/compiler-core": "3.4.0-beta.3",
42
+ "@vue/shared": "3.4.0-beta.3",
43
+ "@vue/compiler-ssr": "3.4.0-beta.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/types": "^7.23.5",