@stylable/core-test-kit
Advanced tools
Comparing version 3.4.5 to 3.5.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.shouldReportNoDiagnostics = exports.expectWarningsFromTransform = exports.expectWarnings = exports.findTestLocations = void 0; | ||
const core_1 = require("@stylable/core"); | ||
@@ -4,0 +5,0 @@ const chai_1 = require("chai"); |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createStylableInstance = exports.generateStylableExports = exports.generateStylableRoot = exports.generateStylableResult = exports.createTransform = exports.createProcess = exports.generateFromMock = exports.processSource = exports.createTransformer = exports.generateInfra = void 0; | ||
const core_1 = require("@stylable/core"); | ||
@@ -8,0 +9,0 @@ const path_1 = require("path"); |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./diagnostics")); | ||
__export(require("./generate-test-util")); | ||
__export(require("./matchers/flat-match")); | ||
__export(require("./matchers/match-css")); | ||
__export(require("./matchers/results")); | ||
__export(require("./match-rules")); | ||
__exportStar(require("./diagnostics"), exports); | ||
__exportStar(require("./generate-test-util"), exports); | ||
__exportStar(require("./matchers/flat-match"), exports); | ||
__exportStar(require("./matchers/match-css"), exports); | ||
__exportStar(require("./matchers/results"), exports); | ||
__exportStar(require("./match-rules"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchAllRulesAndDeclarations = exports.matchRuleAndDeclaration = void 0; | ||
function matchRuleAndDeclaration(parent, selectorIndex, selector, decl, msg) { | ||
@@ -4,0 +5,0 @@ const rule = parent.nodes[selectorIndex]; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.flatMatch = void 0; | ||
const chai_1 = require("chai"); | ||
@@ -8,0 +9,0 @@ const flat_1 = __importDefault(require("flat")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchCSSMatchers = void 0; | ||
const chai_1 = require("chai"); | ||
@@ -4,0 +5,0 @@ function matchCSSMatchers(chai, util) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.styleRules = exports.mediaQuery = void 0; | ||
const chai_1 = require("chai"); | ||
@@ -4,0 +5,0 @@ function mediaQuery(chai, util) { |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "3.4.5", | ||
"version": "3.5.0", | ||
"description": "Stylable core test-kit", | ||
@@ -14,6 +14,6 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.4.5", | ||
"@stylable/core": "^3.5.0", | ||
"chai": "^4.2.0", | ||
"flat": "^5.0.0", | ||
"postcss": "^7.0.29" | ||
"postcss": "^7.0.30" | ||
}, | ||
@@ -20,0 +20,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51523
804
0
Updated@stylable/core@^3.5.0
Updatedpostcss@^7.0.30