mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻ Remove zip.js compability warning when starting shadow-cljs
This commit is contained in:
committed by
Andrés Moya
parent
315431fd49
commit
32865c41c9
@@ -1,3 +1,22 @@
|
|||||||
|
--- a/lib/utils/index.js
|
||||||
|
+++ b/lib/utils/index.js
|
||||||
|
@@ -18,7 +18,6 @@
|
||||||
|
import { outputReferencesTransformed } from './references/outputReferencesTransformed.js';
|
||||||
|
import flattenTokens from './flattenTokens.js';
|
||||||
|
import { typeDtcgDelegate } from './typeDtcgDelegate.js';
|
||||||
|
-import { convertToDTCG, convertJSONToDTCG, convertZIPToDTCG } from './convertToDTCG.js';
|
||||||
|
|
||||||
|
// Public style-dictionary/utils API
|
||||||
|
export {
|
||||||
|
@@ -29,8 +28,5 @@
|
||||||
|
outputReferencesTransformed,
|
||||||
|
flattenTokens,
|
||||||
|
typeDtcgDelegate,
|
||||||
|
- convertToDTCG,
|
||||||
|
- convertJSONToDTCG,
|
||||||
|
- convertZIPToDTCG,
|
||||||
|
};
|
||||||
|
export * from '../common/formatHelpers/index.js';
|
||||||
diff --git a/lib/StyleDictionary.js b/lib/StyleDictionary.js
|
diff --git a/lib/StyleDictionary.js b/lib/StyleDictionary.js
|
||||||
index 150e81bdac15e505b74d7f1453c7b7c543fc2b35..c5c695cfb04abc835e457027291b1522bdbdb795 100644
|
index 150e81bdac15e505b74d7f1453c7b7c543fc2b35..c5c695cfb04abc835e457027291b1522bdbdb795 100644
|
||||||
--- a/lib/StyleDictionary.js
|
--- a/lib/StyleDictionary.js
|
||||||
|
|||||||
Reference in New Issue
Block a user