denoland / deno_ast

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

fix: Diagnostic - Expose `from_swc_error` #128

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

My working tree is in a bad state so I missed this while doing searches for Diagnostic. It's necessary in deno_emit. I'll publish a patch for this fix.