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

Upgrade swc which includes parsing files with missing closing braces #83

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

This was added in swc here: https://github.com/swc-project/swc/pull/4187

It will give us much better code analysis abilities in the editor.