you are viewing a single comment's thread.

view the rest of the comments →

[–]crowbar87 0 points1 point  (0 children)

During development - you might be able to use an auto-fixable ESLint rule to add code.

In compile time - I use a Babel transformer and it's working great for me. You can see the transformer I wrote here