|
|
|
|
|
by h1d
2803 days ago
|
|
> No problem. Just delete your TS files and work from your JS files. This is quite an irresponsible comment. The JS code generated isn't really meant for editing especially if you used a feature that isn't present on the runtime (like async/await in browser), not to mention all the formatting is rearranged. If you're willing to go back to JS, you want to keep the original source. |
|
Also, the async/await thing isn't an issue if you target the latest ECMAScript version. That's the only really ugly thing, and it's been easily avoidable for over a year.