-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps, get Deno.Reader out of the codebase
- Loading branch information
Showing
5 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
export { parse as parseFlags } from "https://deno.land/[email protected]/flags/mod.ts"; | ||
export * as http from "https://deno.land/[email protected]/http/server.ts"; | ||
export * as file_server from "https://deno.land/[email protected]/http/file_server.ts"; | ||
export { | ||
readableStreamFromIterable, | ||
} from "https://deno.land/[email protected]/streams/readable_stream_from_iterable.ts"; | ||
export { | ||
readableStreamFromReader, | ||
} from "https://deno.land/[email protected]/streams/readable_stream_from_reader.ts"; | ||
export { parse as parseFlags } from "https://deno.land/[email protected]/flags/mod.ts"; | ||
export * as file_server from "https://deno.land/[email protected]/http/file_server.ts"; | ||
|
||
export * as entities from "https://deno.land/x/[email protected]/lib/xml-entities.js"; | ||
|
||
export { SubProcess, type SubprocessErrorData } from "https://crux.land/4KsAxM#sub-process"; | ||
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 | ||
|
@@ -23,7 +16,7 @@ export { | |
trace, | ||
context, | ||
type Context, | ||
} from "https://deno.land/x/observability@v0.4.0/opentelemetry/api.js"; | ||
} from "https://deno.land/x/observability@v0.6.1/opentelemetry/api.js"; | ||
export { | ||
httpTracer, | ||
} from "https://deno.land/x/observability@v0.4.0/instrumentation/http-server.ts"; | ||
} from "https://deno.land/x/observability@v0.6.1/instrumentation/http-server.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters