|
|
|
|
|
by smt88
607 days ago
|
|
You've been able to debug TypeScript (and anything else that transpiles to JS) natively in the browser for years using sourcemaps. That includes Dart, C#/F#, Go (as far as I know), and Python. For the languages that target wasm instead, there are different debugging stories. Kotlin's is very good, Rust's is pretty immature. |
|
Source maps work great for TS because it is just "JavaScript with types" at this point.