lulu-berlin / rusty-typescript

A TypeScript compiler written in Rust
https://twitter.com/TypescriptRusty
Apache License 2.0
235 stars 6 forks source link

Add PseudoBigInt and TextSpan #37

Open ThomasdenH opened 5 years ago

ThomasdenH commented 5 years ago

This PR contains a number of utility methods. I have also ran cargo clippy. Where applicable, I have created Rust types with conversion to/from Typescript. This should make the code potentially useful in both a wasm as a native environment.