@stylable/build-tools
Advanced tools
Comparing version 4.7.0 to 4.7.1
@@ -5,2 +5,3 @@ "use strict"; | ||
const core_1 = require("@stylable/core"); | ||
const process_declaration_functions_1 = require("@stylable/core/dist/process-declaration-functions"); | ||
const path_1 = require("path"); | ||
@@ -24,3 +25,3 @@ function defaultFilter() { | ||
meta.outputAst.walkDecls((node) => { | ||
(0, core_1.processDeclarationFunctions)(node, (functionNode) => { | ||
(0, process_declaration_functions_1.processDeclarationFunctions)(node, (functionNode) => { | ||
if (functionNode.type === 'url') { | ||
@@ -27,0 +28,0 @@ onUrl(functionNode); |
{ | ||
"name": "@stylable/build-tools", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "Collection of helper functions for Stylable based tooling.", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.7.0", | ||
"@stylable/core": "^4.7.1", | ||
"find-config": "^1.0.0" | ||
@@ -13,0 +13,0 @@ }, |
import type { UrlNode } from 'css-selector-tokenizer'; | ||
import { isAsset, makeAbsolute, processDeclarationFunctions, StylableMeta } from '@stylable/core'; | ||
import { isAsset, makeAbsolute, StylableMeta } from '@stylable/core'; | ||
import { processDeclarationFunctions } from '@stylable/core/dist/process-declaration-functions'; | ||
import { dirname } from 'path'; | ||
@@ -4,0 +5,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
24787
365
Updated@stylable/core@^4.7.1