vue-inbrowser-compiler
Advanced tools
Comparing version 4.23.3 to 4.27.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.27.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.26.3...v4.27.0) (2020-07-17) | ||
**Note:** Version bump only for package vue-inbrowser-compiler | ||
## [4.23.3](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.23.2...v4.23.3) (2020-05-20) | ||
@@ -8,0 +16,0 @@ |
@@ -10,14 +10,14 @@ (function (global, factory) { | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Copyright (c) Microsoft Corporation. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
@@ -24,0 +24,0 @@ |
@@ -8,14 +8,14 @@ import { parseComponent, isCodeVueSfc } from 'vue-inbrowser-compiler-utils'; | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Copyright (c) Microsoft Corporation. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "vue-inbrowser-compiler", | ||
"version": "4.23.3", | ||
"version": "4.27.0", | ||
"description": "compile vue single file components right in your browser", | ||
@@ -25,3 +25,3 @@ "module": "lib/vue-inbrowser-compiler.esm.js", | ||
"camelcase": "^5.3.1", | ||
"vue-inbrowser-compiler-utils": "^4.23.3", | ||
"vue-inbrowser-compiler-utils": "^4.27.0", | ||
"walkes": "^0.2.1" | ||
@@ -40,3 +40,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "4e15cb68b0fb1eff86c9abde6daa9b0e89db824c" | ||
"gitHead": "d0be3dbdc528c18ff68721317700a35e450e4929" | ||
} |
@@ -47,3 +47,3 @@ # vue-inbrowser-compiler | ||
```html | ||
<Button color="blue">Test This Buttton</Button> | ||
<button color="blue">Test This Buttton</button> | ||
``` | ||
@@ -126,16 +126,16 @@ | ||
<script> | ||
export default { | ||
data() { | ||
return { | ||
msg: "Push Me" | ||
}; | ||
export default { | ||
data() { | ||
return { | ||
msg: 'Push Me' | ||
} | ||
} | ||
} | ||
}; | ||
</script> | ||
<style> | ||
.hello { | ||
text-align: center; | ||
color: #900; | ||
} | ||
.hello { | ||
text-align: center; | ||
color: #900; | ||
} | ||
</style> | ||
@@ -142,0 +142,0 @@ ``` |
@@ -254,3 +254,3 @@ import Vue from 'vue' | ||
on: { | ||
click: function() { | ||
click: function () { | ||
calls.push(3) | ||
@@ -263,3 +263,3 @@ } | ||
hook: { | ||
insert: function() { | ||
insert: function () { | ||
calls.push(1) | ||
@@ -266,0 +266,0 @@ } |
@@ -6,3 +6,3 @@ import walkes from 'walkes' | ||
const buildStyles = function(styles: string[] | undefined): string | undefined { | ||
const buildStyles = function (styles: string[] | undefined): string | undefined { | ||
let _styles = '' | ||
@@ -9,0 +9,0 @@ if (styles) { |
@@ -37,3 +37,3 @@ const UNNAMED = /import\s*['"]([^'"]+)['"];?/gi | ||
export default function(str: string, offset: number, fn = 'require') { | ||
export default function (str: string, offset: number, fn = 'require') { | ||
return str | ||
@@ -40,0 +40,0 @@ .replace(NAMED, (_, asterisk, base, req, dep) => |
declare module 'walkes' { | ||
import { Node } from 'acorn' | ||
export default function(ast: Node, visitors: any): void | ||
export default function (ast: Node, visitors: any): void | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
68997
0