@stylable/core-test-kit
Advanced tools
Comparing version 5.16.1 to 5.17.0
@@ -70,3 +70,5 @@ "use strict"; | ||
function processSource(source, options = {}, resolveNamespace) { | ||
return new index_internal_1.StylableProcessor(new core_1.Diagnostics(), resolveNamespace).process(postcss.parse(source, options)); | ||
return new index_internal_1.StylableProcessor(new core_1.Diagnostics(), resolveNamespace, { | ||
...index_internal_1.defaultFeatureFlags, | ||
}).process(postcss.parse(source, options)); | ||
} | ||
@@ -73,0 +75,0 @@ exports.processSource = processSource; |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "5.16.1", | ||
"version": "5.17.0", | ||
"description": "Stylable core test-kit", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"@file-services/memory": "^8.3.1", | ||
"@stylable/core": "^5.16.1", | ||
"@stylable/core": "^5.17.0", | ||
"chai": "^4.3.10", | ||
@@ -14,0 +14,0 @@ "flat": "^5.0.2", |
@@ -18,2 +18,3 @@ import { | ||
replaceValueHook, | ||
defaultFeatureFlags, | ||
} from '@stylable/core/dist/index-internal'; | ||
@@ -111,5 +112,5 @@ import { isAbsolute } from 'path'; | ||
) { | ||
return new StylableProcessor(new Diagnostics(), resolveNamespace).process( | ||
postcss.parse(source, options) | ||
); | ||
return new StylableProcessor(new Diagnostics(), resolveNamespace, { | ||
...defaultFeatureFlags, | ||
}).process(postcss.parse(source, options)); | ||
} | ||
@@ -116,0 +117,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
183337
3009
Updated@stylable/core@^5.17.0