-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeps.ts
More file actions
22 lines (18 loc) · 797 Bytes
/
deps.ts
File metadata and controls
22 lines (18 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export { parse as parseFlags } from "https://deno.land/std@0.224.0/flags/mod.ts";
export * as file_server from "https://deno.land/std@0.224.0/http/file_server.ts";
export * as entities from "https://deno.land/x/html_entities@v1.0/lib/xml-entities.js";
export { SubProcess, type SubprocessErrorData } from "https://crux.land/76Sb6W#sub-process";
export { filesize } from "https://crux.land/6wZ5Sz#filesize@v1";
// maybe someday we actually use deno_graph's code too
export type {
ModuleGraphJson,
ModuleJson,
} from "https://deno.land/x/deno_graph@0.69.6/types.ts";
export {
trace,
context,
type Context,
} from "https://deno.land/x/observability@v0.10.0/opentelemetry/api.js";
export {
httpTracer,
} from "https://deno.land/x/observability@v0.10.0/instrumentation/http-server.ts";