forked from timreichen/Bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
21 lines (16 loc) · 919 Bytes
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export {
resolveImportMap,
resolveModuleSpecifier,
} from "https://deno.land/x/[email protected]/mod.ts";
export type { ImportMap } from "https://deno.land/x/[email protected]/mod.ts";
export { default as ts } from "https://esm.sh/typescript";
export * as terser from "https://esm.sh/terser";
export * as postcss from "https://esm.sh/postcss";
export { default as postcssValueParser } from "https://esm.sh/postcss-value-parser";
export { default as posthtml } from "https://esm.sh/posthtml";
export { default as postcssPresetEnv } from "https://esm.sh/postcss-preset-env";
export * as path from "https://deno.land/[email protected]/path/mod.ts";
export * as colors from "https://deno.land/[email protected]/fmt/colors.ts";
export * as fs from "https://deno.land/[email protected]/fs/mod.ts";
export * as flags from "https://deno.land/[email protected]/flags/mod.ts";
export { Sha256 } from "https://deno.land/[email protected]/hash/sha256.ts";