|
|
|
|
|
by kjksf
1987 days ago
|
|
Technically, Deno is V8 and only runs JavaScript. Deno supports and encourages writing code in TypeScript but the way it works is: Deno bundles TypeScrit compiler, uses it to convert TypeScript to JavaScript and then executes the JavaScript. It can also run JavaScript files directly. Deno's runtime is a bunch of JavaScript APIs + TypeScript typings so that they can be understood by TypeScript code. |
|
[0]: https://softwareengineeringdaily.com/2020/09/28/deno-and-typ...