|
|
|
|
|
by wubrr
492 days ago
|
|
Deno does not support jsx and typescript 'without a build step'. It just runs a build/transform step for you under the hood - using the same tsc compiler, config, etc. https://docs.deno.com/runtime/reference/jsx/ Saying this is not a 'build step' is like saying a shell script that builds and runs a C program from source has no build step. |
|
It's like language implementations that nominally aren't "compiled", like Python, but nonetheless compile to bytecode when you run the program