swc/crates/swc_bundler/tests/.cache/deno/c3c606b9343c0c7fb21fc911c8188c8ab6a8450f.ts
2021-11-09 20:42:49 +09:00

19 lines
518 B
TypeScript

// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/deps.ts
import * as flags from "https://deno.land/std@0.77.0/flags/mod.ts";
import * as path from "https://deno.land/std@0.77.0/path/mod.ts";
import * as log from "https://deno.land/std@0.77.0/log/mod.ts";
import * as fs from "https://deno.land/std@0.77.0/fs/mod.ts";
import * as hash from "https://deno.land/std@0.77.0/hash/mod.ts";
import * as semver from "https://deno.land/x/semver@v1.0.0/mod.ts";
export {
flags,
path,
log,
fs,
hash,
semver,
};