Skip to main content

Crate tsnative

Crate tsnative 

Source
Expand description

ts-native 库入口 提供 DLL 导出接口供 loader 调用

Re-exports§

pub use tsn_ffi::TsnCompileResult;
pub use tsn_ffi::TsnSymbol;
pub use tsn_ffi::TsnRelocation;

Modules§

codegen
coff
COFF Object File Parser
dep_graph
模块依赖图构建与分析
diag
诊断日志系统
project
项目模块发现与管理
project_compiler
项目编译器
standalone_gen
独立可执行文件生成器
swc_transform
tsn_ffi
TSN FFI 接口 - 导出 DLL 函数供 loader 调用

Macros§

tsn_diag
tsn_diag_codegen
tsn_diag_project
tsn_diag_runtime
tsn_diag_transform

Functions§

init_panic_hook
初始化 panic hook(线程安全,只执行一次)