-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
so I've been writing types for snapdragon itself, but it is a little too complicated to write by hand. I decided to copy/rewrite (also fix some bugs along the way) js code into typescript and compile js and d.ts files. I've got some proposals/questions:
- Can I upgrade classes to ES6 classes? I've noticed that they are used for some snapdragon extensions. With typescript compiler I can generate both ES6 and ES5, so why not choose ES6?
- Can I remove legacy code from
utils? Methods likepushNodeand etc., which are no longer present insnapdragon-nodeitself? - While I already know that you're not interested, it doesn't hurt to ask, but maybe you would like to use typescript :D ? It has many advantages over typescript, however it also has minor annoyances, but I still have no regrets after deciding to migrate to typescript.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels