首页 > 其他分享 >运行时 vs 编译时 All In One

运行时 vs 编译时 All In One

时间:2023-01-15 08:44:36浏览次数:28  
标签:TypeScript JavaScript js 编译 vs xgqfrms 运行

运行时 vs 编译时 All In One

JavaScript / TypeScript

js 编译时 / js compile

JavaScript 编译器的执行过程

TypeScript, tsc complier

// @ts-check

// 在 js 中使用 TypeScript 的类型检查功能

Rust & WebAssembly

js 运行时 / js runtime

JavaScript 解释器的执行过程

js V8 engine
Node.js
Deno

(

标签:TypeScript,JavaScript,js,编译,vs,xgqfrms,运行
From: https://www.cnblogs.com/xgqfrms/p/17053056.html

相关文章