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
Currently, the method JavaScriptFileWriter.getTypeMangle() generates a type mangle using ASCII characters and integers. This accounts for roughly 100LOC and could be reusable across other backends. Therefore, would be good to separate this out into wyil.util somehow.
The text was updated successfully, but these errors were encountered:
Currently, the method
JavaScriptFileWriter.getTypeMangle()
generates a type mangle using ASCII characters and integers. This accounts for roughly 100LOC and could be reusable across other backends. Therefore, would be good to separate this out intowyil.util
somehow.The text was updated successfully, but these errors were encountered: