denoland / deno_ast

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

perf(emit): allow deferring or excluding utf8 conversion #253

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

We can avoid converting to utf-8 and instead just pass the module source as bytes to v8.