1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tsc
Divy Srivastava 0f27b84a5c
chore(core): remove core.opSync (#16379)
This patch removes the last uses of `core.opSync` from Deno.

The new and JIT-friendly way to call sync ops is `core.ops.op_name()`.
2022-10-21 19:35:23 +05:30
..
00_typescript.js feat(cli): update to TypeScript 4.8 (#15064) 2022-09-20 07:00:01 +10:00
99_main_compiler.js feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
compiler.d.ts chore(core): remove core.opSync (#16379) 2022-10-21 19:35:23 +05:30
README.md refactor: Rename runtime/rt to runtime/js (#8806) 2020-12-17 17:37:57 +01:00

tsc

This directory contains the typescript compiler and a small compiler host for the runtime snapshot.