Mastodon Feed: Post

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

The best way to avoid these bad practices is to start reading the JS that your tools output.

Yes, that's right, I'm saying you should *manually inspect the transpiled output*. Copy it into a text editor, pretty-print it, and start scrolling. Anything you don't recognise is a lead to track down.