Hacker News new | ask | show | jobs
by pas 340 days ago
is support not even planned (realistically possible?) in these fast transpilers (like esbuild, used by tsx, right?)
1 comments

As far as I know the current bottleneck is Decorators are still only Stage 3, so the transpilers can transpile it as is (which I believe esbuild already does), but Node won't support running it until Stage 4.