deno_resolver 0.9.0

Deno resolution algorithm
Documentation
1
2
3
4
5
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

pub mod fs;
pub mod npm;
pub mod sloppy_imports;