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

@ -1,7 +1,7 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
use deno_ast::MediaType;
use deno_core::error::anyhow;
use deno_core::anyhow::anyhow;
use deno_core::error::AnyError;
use deno_core::resolve_url;
use deno_core::serde_json;