CodeSnaporaz
TC39 stage 3 decorators not working anymore in Deno Deploy
As of Feb 15th, deployments to #deploy™ fail when using TC39 decorators.
Despite the decision to support legacy decorators in Deno 1.40+, see @bartlomieju 's post here https://github.com/denoland/deno/issues/19160#issuecomment-1855462766, when compiling, the
experimentalDecorators
config is ignored and I suspect any decorator, including the TS 5.0 ones, causes compilation to fail.
I'm supposed to go live in a few weeks and I my app doesn't run on Deno Deploy anymore.
https://github.com/denoland/deno/issues/19160#issuecomment-1949548670
https://github.com/denoland/deno/issues/2241972 replies