deno.land / x / fresh@1.1.1 / src / server / deps.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// -- std --export { extname, fromFileUrl, toFileUrl,} from "https://deno.land/std@0.150.0/path/mod.ts";export { walk } from "https://deno.land/std@0.150.0/fs/walk.ts";export { serve } from "https://deno.land/std@0.150.0/http/server.ts";export type { ConnInfo, Handler as RequestHandler, ServeInit,} from "https://deno.land/std@0.150.0/http/server.ts";export { Status } from "https://deno.land/std@0.150.0/http/http_status.ts";export { typeByExtension,} from "https://deno.land/std@0.150.0/media_types/mod.ts";
// -- rutt --export * as rutt from "https://deno.land/x/rutt@0.0.13/mod.ts";
// -- esbuild --// @deno-types="https://deno.land/x/esbuild@v0.14.51/mod.d.ts"import * as esbuildWasm from "https://deno.land/x/esbuild@v0.14.51/wasm.js";import * as esbuildNative from "https://deno.land/x/esbuild@v0.14.51/mod.js";// @ts-ignore trust meconst esbuild: typeof esbuildWasm = Deno.run === undefined ? esbuildWasm : esbuildNative;export { esbuild, esbuildWasm as esbuildTypes };export { denoPlugin } from "https://deno.land/x/esbuild_deno_loader@0.5.2/mod.ts";
fresh

Version Info

Tagged at
a year ago