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

chore: various clean ups #86

Closed lucacasonato closed 2 years ago

lucacasonato commented 2 years ago

Arc<String> to Arc<str> (double heap pointer -> single heap pointer)

Also enforces that BOM handling is a deno_graph concern. See https://github.com/denoland/deno_graph/pull/152

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.