mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
19 lines
518 B
TypeScript
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,
|
|
};
|