Expand description
V8/TypeScript runtime management via deno_core.
This module owns the V8 isolate lifecycle and implements the core LanguageRuntime operations: init, compile, invoke, dispose.
Structs§
- Compiled
Function - Opaque handle to a compiled TypeScript function.
- TsRuntime
- The TypeScript runtime instance. One per
init()call.