|
|
|
|
|
by kevinkassimo
2337 days ago
|
|
Deno does transparent compiling and caching of TS into JS. This allows interesting behavior such as the ability to import TS files with explicit .ts extension in JS files, e.g. `import A from "https://example.com/a.ts";` |
|