You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies should be actively maintained and preferably not add 500KB to the bundle size
Actual Behavior
The text-encoding package, used by scratch-gui, scratch-sb1-converter, and scratch-vm, is deprecated and unmaintained, and adds 500KB worth of encoding indices for text formats which Scratch does not use.
Expected Behavior
Dependencies should be actively maintained and preferably not add 500KB to the bundle size
Actual Behavior
The
text-encoding
package, used byscratch-gui
,scratch-sb1-converter
, andscratch-vm
, is deprecated and unmaintained, and adds 500KB worth of encoding indices for text formats which Scratch does not use.In scratchfoundation/scratch-storage#114, I replaced it with
fastestsmallesttextencoderdecoder
, but that change has not yet been made in other repositories.The text was updated successfully, but these errors were encountered: