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
As mentioned on #1320 (comment), do we have an actual plan to migrate SVGO codebase to TypeScript? TypeScript is widely adopted by a bunch of OSS as we know, then I feel we can have much more productivity and maintainability by TypeScript-adoption. Specifically, I'd like to suggest SVGO uses TypeScript as a parser with --allowjs option as the first step until migrating all JavaScript into TypeScript completely.
The text was updated successfully, but these errors were encountered:
As mentioned on #1320 (comment), do we have an actual plan to migrate SVGO codebase to TypeScript? TypeScript is widely adopted by a bunch of OSS as we know, then I feel we can have much more productivity and maintainability by TypeScript-adoption. Specifically, I'd like to suggest SVGO uses TypeScript as a parser with
--allowjs
option as the first step until migrating all JavaScript into TypeScript completely.The text was updated successfully, but these errors were encountered: