denoland / deno_ast

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

refactor: don't use anyhow #269

Closed crowlKats closed 2 months ago

crowlKats commented 2 months ago

Anyhow is being used here unecessarily. This cleans it up.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.