Skip to main content

Module runtime

Module runtime 

Source
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§

CompiledFunction
Opaque handle to a compiled TypeScript function.
TsRuntime
The TypeScript runtime instance. One per init() call.

Functions§

ts_compile
ts_dispose_function
ts_drop
ts_free_buffer
ts_get_lsp_config
ts_init
ts_invoke
ts_language_id
ts_register_types