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

fix: surface diagnostic for octal literals and decimals with leading zeros #67

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

See https://github.com/swc-project/swc/issues/3739

dsherret commented 2 years ago

I want to test a release and this is a simple change, so merging.