refactor: re-export anyhow from deno_core (#12777)

This commit is contained in:
Ryan Dahl 2021-11-16 09:02:28 -05:00 committed by GitHub
parent f9f9ddc5e3
commit b2036a4db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 165 additions and 179 deletions

View file

@ -26,7 +26,7 @@
// THE SOFTWARE.
//
use deno_core::error::anyhow;
use deno_core::anyhow::anyhow;
use deno_core::error::AnyError;
use fancy_regex::Regex as FancyRegex;
use regex::Regex;