deno_ast 1:1 token location mapping
Is there a way to have transpiled token locations correspond to where they're located in the original source?
For example, if you have
It would transpile to
For example, if you have
It would transpile to
let x: string = "hello world";let x = "hello world";