denoland / deno_ast

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

fix: whitespace for single component child #170

Closed marvinhagemeister closed 10 months ago

marvinhagemeister commented 10 months ago

Missed one case of unnecessary whitespace in https://github.com/denoland/deno_ast/pull/169