This StackOverflow post mentions that the typescript compiler is included in a V8 snapshot. Could someone explain what this means in more clear terms for people using the typescript support? I understand that deno uses the same Javascript interpreter, but how does the typescript support work? Does it essentially transpile it at the start of the application? Does using typescript in deno effect the startup time of the application?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Here is a great take by core contributor Kitson Kelly.