Skip to main content
Module

x/bundler/deps.ts

A Bundler with the web in mind.
Latest
File
export * as path from "https://deno.land/std@0.151.0/path/mod.ts";export * as colors from "https://deno.land/std@0.151.0/fmt/colors.ts";export * as fs from "https://deno.land/std@0.151.0/fs/mod.ts";export * as flags from "https://deno.land/std@0.151.0/flags/mod.ts";
export { Sha256 } from "https://deno.land/std@0.151.0/hash/sha256.ts";
export { type ImportMap, resolveImportMap, resolveModuleSpecifier as resolveImportMapModuleSpecifier,} from "https://deno.land/x/importmap@0.2.1/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 postcssPresetEnv } from "https://esm.sh/postcss-preset-env";
export * as posthtml from "https://esm.sh/posthtml-parser";export { parser as posthtmlParser } from "https://esm.sh/posthtml-parser";export { render as posthtmlRender } from "https://esm.sh/posthtml-render";