summaryrefslogtreecommitdiff
path: root/resolvers/deno/lib.rs
blob: 57fa67512ab2000b738fb4e8fbe58a86ef2a6ee3 (plain)
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;