DEV Community

Cover image for Can someone ELI5, what it means to have the typescript compiler built into a V8 snapshot?
Dakota Lewallen
Dakota Lewallen

Posted on

1 2

Can someone ELI5, what it means to have the typescript compiler built into a V8 snapshot?

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?

Top comments (1)

Collapse
 
deno_community profile image
deno

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay