tsrun 0.1.19

A TypeScript interpreter designed for embedding in applications
Documentation
1
2
3
4
5
# Allow panic-prone patterns in test code
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-indexing-slicing-in-tests = true
allow-panic-in-tests = true