@stylable/core-test-kit
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -7,2 +7,3 @@ "use strict"; | ||
var core_1 = require("@stylable/core"); | ||
var path_1 = require("path"); | ||
var postcss_1 = __importDefault(require("postcss")); | ||
@@ -42,3 +43,3 @@ function generateInfra(config, diagnostics) { | ||
if (diagnostics === void 0) { diagnostics = new core_1.Diagnostics(); } | ||
if (!core_1.isAbsolute(config.entry || '')) { | ||
if (!path_1.isAbsolute(config.entry || '')) { | ||
throw new Error('entry must be absolute path: ' + config.entry); | ||
@@ -45,0 +46,0 @@ } |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Stylable core test-kit", | ||
@@ -14,3 +14,3 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^2.1.0", | ||
"@stylable/core": "^2.1.1", | ||
"chai": "^4.2.0", | ||
@@ -35,3 +35,3 @@ "flat": "^4.1.0", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "64960865befc97447931d6b5cd76ee940c18aa51" | ||
"gitHead": "0f3682cc13ba8ba076518f8ecc21bc373a20d61e" | ||
} |
@@ -6,3 +6,2 @@ import { | ||
FileProcessor, | ||
isAbsolute, | ||
postProcessor, | ||
@@ -18,2 +17,3 @@ process, | ||
} from '@stylable/core'; | ||
import { isAbsolute } from 'path'; | ||
import postcss from 'postcss'; | ||
@@ -20,0 +20,0 @@ |
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
50747
791
Updated@stylable/core@^2.1.1