typescript 0.0.4

TypeScript compiler and runtime
Documentation
1
2
3
4
5
6
7
8
//! 运行时测试模块
//!
//! 测试运行时执行、代码生成和语言规范。

mod basic;
mod codegen;
mod cross_platform;
mod language_spec;