@stylable/core-test-kit
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -14,3 +14,3 @@ "use strict"; | ||
if (!outputAst) { | ||
throw new Error(`expected result to be transfromed - missing outputAst on meta`); | ||
throw new Error(`expected result to be transformed - missing outputAst on meta`); | ||
} | ||
@@ -17,0 +17,0 @@ const nodes = outputAst.nodes; |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "Stylable core test-kit", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.5.0", | ||
"@stylable/core": "^4.5.1", | ||
"chai": "^4.3.4", | ||
"flat": "^5.0.2", | ||
"postcss": "^8.3.5" | ||
"postcss": "^8.3.6" | ||
}, | ||
@@ -31,3 +31,3 @@ "files": [ | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause" | ||
"license": "MIT" | ||
} |
@@ -75,2 +75,5 @@ # @stylable/core-test-kit | ||
```css | ||
.my-mixin { | ||
color: blue; | ||
} | ||
/* | ||
@@ -117,2 +120,2 @@ @check[1] .entry__container:hover {color: blue;} | ||
Copyright (c) 2019 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE). | ||
Copyright (c) 2019 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [MIT license](./LICENSE). |
@@ -21,3 +21,3 @@ import type { StylableResults } from '@stylable/core'; | ||
if (!outputAst) { | ||
throw new Error(`expected result to be transfromed - missing outputAst on meta`); | ||
throw new Error(`expected result to be transformed - missing outputAst on meta`); | ||
} | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
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
120
73594
Updated@stylable/core@^4.5.1
Updatedpostcss@^8.3.6