mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 13:44:08 +00:00
refactor: re-export anyhow from deno_core (#12777)
This commit is contained in:
parent
f9f9ddc5e3
commit
b2036a4db7
36 changed files with 165 additions and 179 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue