0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

♻ Remove zip.js compability warning when starting shadow-cljs

This commit is contained in:
Florian Schroedl 2024-10-30 08:49:30 +01:00 committed by Andrés Moya
parent 315431fd49
commit 32865c41c9

View file

@ -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
index 150e81bdac15e505b74d7f1453c7b7c543fc2b35..c5c695cfb04abc835e457027291b1522bdbdb795 100644
--- a/lib/StyleDictionary.js