File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// import esbuildwasm from 'https://deno.land/x/esbuild@v0.24.0/esbuild.wasm';
22// import * as esbuild from 'https://deno.land/x/esbuild@v0.24.0/wasm.js';
3- // import { httpImports } from "https://deno.land/x/esbuild_serve@1.4.1 /features/httpImports.ts";
3+ // import { httpImports } from "https://deno.land/x/esbuild_serve@1.5.0 /features/httpImports.ts";
44
55// await esbuild.initialize({
66// wasmURL: esbuildwasm
Original file line number Diff line number Diff line change 11import { sortBy } from "jsr:@std/collections" ;
22import { walkSync } from "jsr:@std/fs" ;
3- import { serve } from "https://deno.land/x/esbuild_serve@1.4.1 /mod.ts" ;
3+ import { serve } from "https://deno.land/x/esbuild_serve@1.5.0 /mod.ts" ;
44// import { serve } from "../esbuild_serve/mod.ts";
55
66const items = Array . from ( walkSync ( "./pages/docs/searchables" , { includeDirs : false , exts : [ ".ts" ] } ) ) ;
You can’t perform that action at this time.
0 commit comments