vue-inbrowser-compiler-utils
Advanced tools
Comparing version 4.14.0 to 4.16.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.16.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.15.2...v4.16.0) (2020-04-09) | ||
**Note:** Version bump only for package vue-inbrowser-compiler-utils | ||
# [4.14.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.13.1...v4.14.0) (2020-03-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "vue-inbrowser-compiler-utils", | ||
"version": "4.14.0", | ||
"version": "4.16.0", | ||
"description": "use this with vue-inbrowser-compiler to allow jsx compilation", | ||
@@ -33,3 +33,3 @@ "module": "lib/vue-inbrowser-compiler-utils.esm.js", | ||
"license": "MIT", | ||
"gitHead": "53180e9c9c2273bb5ed26b994499abcc4c316f68" | ||
"gitHead": "1f850d14f2d4625ffea1c792dcce0c44d46def6b" | ||
} |
@@ -13,11 +13,9 @@ import parseComponent from '../parseComponent' | ||
expect(comp.template).toMatchInlineSnapshot(` | ||
<template> | ||
<div> | ||
hello | ||
</div> | ||
</template> | ||
hello world | ||
`) | ||
" | ||
<template> | ||
<div>hello</div> | ||
</template> | ||
hello world | ||
" | ||
`) | ||
}) | ||
@@ -24,0 +22,0 @@ |
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
43973