@stylable/core-test-kit
Advanced tools
Comparing version 5.12.0 to 5.13.0
@@ -13,2 +13,3 @@ export { Diagnostic, expectAnalyzeDiagnostics, expectTransformDiagnostics, findTestLocations, shouldReportNoDiagnostics, diagnosticBankReportToStrings, } from './diagnostics'; | ||
export { assertAtRule, assertComment, assertDecl, assertRule } from './postcss-node-asserts'; | ||
export { spyCalls, logCalls } from './spy'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assertRule = exports.assertDecl = exports.assertComment = exports.assertAtRule = exports.copyDirectory = exports.createTempDirectorySync = exports.MinimalElement = exports.MinimalDocument = exports.deindent = exports.testStylableCore = exports.testInlineExpectsErrors = exports.testInlineExpects = exports.collectAst = exports.matchRuleAndDeclaration = exports.matchAllRulesAndDeclarations = exports.matchCSSMatchers = exports.flatMatch = exports.generateStylableEnvironment = exports.processSource = exports.generateStylableRoot = exports.generateStylableResult = exports.generateStylableExports = exports.generateInfra = exports.createTransformer = exports.createProcess = exports.diagnosticBankReportToStrings = exports.shouldReportNoDiagnostics = exports.findTestLocations = exports.expectTransformDiagnostics = exports.expectAnalyzeDiagnostics = void 0; | ||
exports.logCalls = exports.spyCalls = exports.assertRule = exports.assertDecl = exports.assertComment = exports.assertAtRule = exports.copyDirectory = exports.createTempDirectorySync = exports.MinimalElement = exports.MinimalDocument = exports.deindent = exports.testStylableCore = exports.testInlineExpectsErrors = exports.testInlineExpects = exports.collectAst = exports.matchRuleAndDeclaration = exports.matchAllRulesAndDeclarations = exports.matchCSSMatchers = exports.flatMatch = exports.generateStylableEnvironment = exports.processSource = exports.generateStylableRoot = exports.generateStylableResult = exports.generateStylableExports = exports.generateInfra = exports.createTransformer = exports.createProcess = exports.diagnosticBankReportToStrings = exports.shouldReportNoDiagnostics = exports.findTestLocations = exports.expectTransformDiagnostics = exports.expectAnalyzeDiagnostics = void 0; | ||
var diagnostics_1 = require("./diagnostics"); | ||
@@ -46,2 +46,5 @@ Object.defineProperty(exports, "expectAnalyzeDiagnostics", { enumerable: true, get: function () { return diagnostics_1.expectAnalyzeDiagnostics; } }); | ||
Object.defineProperty(exports, "assertRule", { enumerable: true, get: function () { return postcss_node_asserts_1.assertRule; } }); | ||
var spy_1 = require("./spy"); | ||
Object.defineProperty(exports, "spyCalls", { enumerable: true, get: function () { return spy_1.spyCalls; } }); | ||
Object.defineProperty(exports, "logCalls", { enumerable: true, get: function () { return spy_1.logCalls; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "5.12.0", | ||
"version": "5.13.0", | ||
"description": "Stylable core test-kit", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"@file-services/memory": "^7.3.0", | ||
"@stylable/core": "^5.12.0", | ||
"@stylable/core": "^5.13.0", | ||
"chai": "^4.3.7", | ||
@@ -14,0 +14,0 @@ "flat": "^5.0.2", |
@@ -33,1 +33,2 @@ export { | ||
export { assertAtRule, assertComment, assertDecl, assertRule } from './postcss-node-asserts'; | ||
export { spyCalls, logCalls } from './spy'; |
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
183198
73
3006
Updated@stylable/core@^5.13.0