denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
155 stars 46 forks source link

feat: add byte_index for getting byte index from line and column #40

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

I forgot about this branch. I need it for the repl auto completions.

I will update the downstream PRs with deno_ast 0.7 after this is merged.