D
Deno
deno_ast 1:1 token location mapping - Deno
O
Deno
β’
16mo ago
β’
2 replies
Octal!
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
let
x
:
string
=
"hello world"
;
let
x
:
string
=
"hello world"
;
It would transpile to
let
x
=
"hello world"
;
let
x
=
"hello world"
;
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Deno Cache location
B
bombillazo / help
3y ago
Deno compile file location
D
DNA / help
3y ago
Parsing Typescript with deno_core and deno_ast fails on type annotations
R
Rune / help
2y ago