@stylable/core-test-kit
Advanced tools
Comparing version 6.0.0-rc.3 to 6.0.0
@@ -5,2 +5,5 @@ "use strict"; | ||
function matchRuleAndDeclaration(parent, selectorIndex, selector, decl, msg) { | ||
if (!parent.nodes) { | ||
throw new Error(`${msg ? msg + ' ' : ''}expected nested nodes`); | ||
} | ||
const rule = parent.nodes[selectorIndex]; | ||
@@ -7,0 +10,0 @@ if (rule.selector !== selector) { |
@@ -5,5 +5,5 @@ import type { IDirectoryContents, IFileSystem } from '@file-services/types'; | ||
remove: () => void; | ||
setContent: (content: IDirectoryContents) => void; | ||
setContent: (content: IDirectoryContents<string>) => void; | ||
}; | ||
export declare function copyDirectory(fs: IFileSystem, targetPath: string, content: IDirectoryContents): void; | ||
//# sourceMappingURL=native-temp-dir.d.ts.map |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0", | ||
"description": "Stylable core test-kit", | ||
@@ -10,7 +10,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@file-services/memory": "^8.3.3", | ||
"@stylable/core": "^6.0.0-rc.3", | ||
"@file-services/memory": "^9.0.0", | ||
"@stylable/core": "^6.0.0", | ||
"chai": "^4.3.10", | ||
"flat": "^5.0.2", | ||
"postcss": "^8.4.33" | ||
"postcss": "^8.4.35" | ||
}, | ||
@@ -17,0 +17,0 @@ "files": [ |
@@ -10,2 +10,5 @@ import type * as postcss from 'postcss'; | ||
) { | ||
if (!parent.nodes) { | ||
throw new Error(`${msg ? msg + ' ' : ''}expected nested nodes`); | ||
} | ||
const rule = parent.nodes[selectorIndex] as postcss.Rule; | ||
@@ -12,0 +15,0 @@ if (rule.selector !== selector) { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
188283
3056
0
+ Added@file-services/memory@9.4.1(transitive)
+ Added@file-services/path@9.4.1(transitive)
+ Added@file-services/types@9.4.1(transitive)
+ Added@file-services/utils@9.4.1(transitive)
- Removed@file-services/memory@8.3.3(transitive)
- Removed@file-services/path@8.3.3(transitive)
- Removed@file-services/types@8.3.3(transitive)
- Removed@file-services/utils@8.3.3(transitive)
Updated@file-services/memory@^9.0.0
Updated@stylable/core@^6.0.0
Updatedpostcss@^8.4.35