mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
83bece56b0
Even if bootstrapping the JS runtime is low level, it's an abstraction leak of core to require users to call `Deno.core.ops()` in JS space. So instead we're introducing a `JsRuntime::sync_ops_cache()` method, once we have runtime extensions a new runtime will ensure the ops cache is setup (for the provided extensions) and then loading/unloading plugins should be the only operations that require op cache syncs |
||
---|---|---|
.. | ||
00_typescript.js | ||
99_main_compiler.js | ||
compiler.d.ts | ||
README.md |
tsc
This directory contains the typescript compiler and a small compiler host for the runtime snapshot.