Comment by bel8 11 hours ago Good to know. Does it also preclude features like enums? 4 comments bel8 Reply Timon3 8 hours ago Huh, I was going to mention Node's `--experimental-transform-types`, but that was completely removed in v26: https://github.com/nodejs/node/pull/61803 bel8 14 minutes ago Wow, this is sad to hear. So if I understood correctly, node is walking back from trying to run TypeScript? Pretty sad if so.I hope it's a temporary step back to leap forward, in the future. bartlomieju 9 hours ago Bartek from the Deno here. Nope, we do support enums OOTB.
Timon3 8 hours ago Huh, I was going to mention Node's `--experimental-transform-types`, but that was completely removed in v26: https://github.com/nodejs/node/pull/61803 bel8 14 minutes ago Wow, this is sad to hear. So if I understood correctly, node is walking back from trying to run TypeScript? Pretty sad if so.I hope it's a temporary step back to leap forward, in the future.
bel8 14 minutes ago Wow, this is sad to hear. So if I understood correctly, node is walking back from trying to run TypeScript? Pretty sad if so.I hope it's a temporary step back to leap forward, in the future.
Huh, I was going to mention Node's `--experimental-transform-types`, but that was completely removed in v26: https://github.com/nodejs/node/pull/61803
Wow, this is sad to hear. So if I understood correctly, node is walking back from trying to run TypeScript? Pretty sad if so.
I hope it's a temporary step back to leap forward, in the future.
Bartek from the Deno here. Nope, we do support enums OOTB.