mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
♻ Remove zip.js compability warning when starting shadow-cljs
This commit is contained in:
parent
315431fd49
commit
32865c41c9
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue