@vue/compiler-ssr
Advanced tools
Comparing version 3.0.0-rc.10 to 3.0.0-rc.11
@@ -131,3 +131,3 @@ 'use strict'; | ||
[61 /* X_SSR_UNSAFE_ATTR_NAME */]: `Unsafe attribute name for SSR.`, | ||
[62 /* X_SSR_NO_TELEPORT_TARGET */]: `No target prop on teleport element.`, | ||
[62 /* X_SSR_NO_TELEPORT_TARGET */]: `Missing the 'to' prop on teleport element.`, | ||
[63 /* X_SSR_INVALID_AST_NODE */]: `Invalid AST node during SSR transform.` | ||
@@ -138,3 +138,3 @@ }; | ||
function ssrProcessTeleport(node, context) { | ||
const targetProp = compilerDom.findProp(node, 'target'); | ||
const targetProp = compilerDom.findProp(node, 'to'); | ||
if (!targetProp) { | ||
@@ -664,3 +664,3 @@ context.onError(createSSRCompilerError(62 /* X_SSR_NO_TELEPORT_TARGET */, node.loc)); | ||
context.body.push(compilerDom.createCompoundExpression([ | ||
`const _cssVars = ${ssrHelpers[SSR_RESOLVE_CSS_VARS]}(`, | ||
`const _cssVars = _${ssrHelpers[SSR_RESOLVE_CSS_VARS]}(`, | ||
varsExp, | ||
@@ -667,0 +667,0 @@ options.scopeId ? `, ${JSON.stringify(options.scopeId)}` : ``, |
{ | ||
"name": "@vue/compiler-ssr", | ||
"version": "3.0.0-rc.10", | ||
"version": "3.0.0-rc.11", | ||
"description": "@vue/compiler-ssr", | ||
@@ -31,5 +31,5 @@ "main": "dist/compiler-ssr.cjs.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.0-rc.10", | ||
"@vue/compiler-dom": "3.0.0-rc.10" | ||
"@vue/shared": "3.0.0-rc.11", | ||
"@vue/compiler-dom": "3.0.0-rc.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46117
+ Added@vue/compiler-core@3.0.0-rc.11(transitive)
+ Added@vue/compiler-dom@3.0.0-rc.11(transitive)
+ Added@vue/shared@3.0.0-rc.11(transitive)
- Removed@vue/compiler-core@3.0.0-rc.10(transitive)
- Removed@vue/compiler-dom@3.0.0-rc.10(transitive)
- Removed@vue/shared@3.0.0-rc.10(transitive)
Updated@vue/shared@3.0.0-rc.11