@vue/compiler-sfc
Advanced tools
Comparing version 3.0.0-beta.14 to 3.0.0-beta.15
@@ -298,2 +298,3 @@ 'use strict'; | ||
isExternalUrl(attr.value.content) || | ||
attr.value.content[0] === '#' || | ||
(!options.includeAbsolute && !isRelativeUrl(attr.value.content))) { | ||
@@ -386,3 +387,3 @@ return; | ||
const set = []; | ||
imageCandidates.forEach(({ url, descriptor }, index) => { | ||
imageCandidates.forEach(({ url, descriptor }) => { | ||
descriptor = descriptor ? ` ${descriptor}` : ``; | ||
@@ -454,3 +455,4 @@ if (isRelativeUrl(url)) { | ||
// have to be sync because they are applied via Node.js require hooks) | ||
let res, err; | ||
let res = ''; | ||
let err = null; | ||
preprocessor.render(source, { filename, ...preprocessOptions }, (_err, _res) => { | ||
@@ -457,0 +459,0 @@ if (_err) |
{ | ||
"name": "@vue/compiler-sfc", | ||
"version": "3.0.0-beta.14", | ||
"version": "3.0.0-beta.15", | ||
"description": "@vue/compiler-sfc", | ||
@@ -34,9 +34,9 @@ "main": "dist/compiler-sfc.cjs.js", | ||
"peerDependencies": { | ||
"vue": "3.0.0-beta.14" | ||
"vue": "3.0.0-beta.15" | ||
}, | ||
"dependencies": { | ||
"@vue/compiler-core": "3.0.0-beta.14", | ||
"@vue/compiler-dom": "3.0.0-beta.14", | ||
"@vue/compiler-ssr": "3.0.0-beta.14", | ||
"@vue/shared": "3.0.0-beta.14", | ||
"@vue/compiler-core": "3.0.0-beta.15", | ||
"@vue/compiler-dom": "3.0.0-beta.15", | ||
"@vue/compiler-ssr": "3.0.0-beta.15", | ||
"@vue/shared": "3.0.0-beta.15", | ||
"consolidate": "^0.15.1", | ||
@@ -43,0 +43,0 @@ "hash-sum": "^2.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2190459
59845
9
+ Added@vue/compiler-core@3.0.0-beta.15(transitive)
+ Added@vue/compiler-dom@3.0.0-beta.15(transitive)
+ Added@vue/compiler-ssr@3.0.0-beta.15(transitive)
+ Added@vue/reactivity@3.0.0-beta.15(transitive)
+ Added@vue/runtime-core@3.0.0-beta.15(transitive)
+ Added@vue/runtime-dom@3.0.0-beta.15(transitive)
+ Added@vue/shared@3.0.0-beta.15(transitive)
+ Addedvue@3.0.0-beta.15(transitive)
- Removed@vue/compiler-core@3.0.0-beta.14(transitive)
- Removed@vue/compiler-dom@3.0.0-beta.14(transitive)
- Removed@vue/compiler-ssr@3.0.0-beta.14(transitive)
- Removed@vue/reactivity@3.0.0-beta.14(transitive)
- Removed@vue/runtime-core@3.0.0-beta.14(transitive)
- Removed@vue/runtime-dom@3.0.0-beta.14(transitive)
- Removed@vue/shared@3.0.0-beta.14(transitive)
- Removedvue@3.0.0-beta.14(transitive)
Updated@vue/shared@3.0.0-beta.15