From 32865c41c9c066eab6445dd4a408c5325684d910 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 30 Oct 2024 08:49:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20Remove=20zip.js=20compability=20war?= =?UTF-8?q?ning=20when=20starting=20shadow-cljs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...y-npm-4.0.0-prerelease.36-55c0fc33bd.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/.yarn/patches/style-dictionary-npm-4.0.0-prerelease.36-55c0fc33bd.patch b/frontend/.yarn/patches/style-dictionary-npm-4.0.0-prerelease.36-55c0fc33bd.patch index e4c164d771..1954432090 100644 --- a/frontend/.yarn/patches/style-dictionary-npm-4.0.0-prerelease.36-55c0fc33bd.patch +++ b/frontend/.yarn/patches/style-dictionary-npm-4.0.0-prerelease.36-55c0fc33bd.patch @@ -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