oak-typescript 0.0.11

TypeScript frontend for Oak
Documentation
1
2
3
4
5
6
7
8
9
10
//! ⚠️ Tests No Longer Maintained
//! 
//! Due to complexity issues, this test directory is no longer maintained.
//! All TypeScript parser test cases are now maintained downstream:
//! https://github.com/nyar-vm/rusty-typescript/tree/dev

#[test]
fn test_maintenance_movement() {
    println!("All TypeScript parser tests are now maintained at: https://github.com/nyar-vm/rusty-typescript/tree/dev")
}