mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 10:02:23 +00:00
parent
45425c1146
commit
f5eb177f50
40 changed files with 1115 additions and 173 deletions
|
@ -38,7 +38,7 @@ impl Loader for StubDocLoader {
|
|||
|
||||
#[derive(Debug)]
|
||||
struct DocResolver {
|
||||
import_map: Option<ImportMap>,
|
||||
import_map: Option<Arc<ImportMap>>,
|
||||
}
|
||||
|
||||
impl Resolver for DocResolver {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue