Skip to content

Commit

Permalink
fix: make esbuild-deno-loader work with Deno 2 (#2708)
Browse files Browse the repository at this point in the history
Fixes #2701
  • Loading branch information
marvinhagemeister authored Oct 14, 2024
1 parent 16a23e9 commit d9764e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export {
toFileUrl,
} from "https://deno.land/std@0.216.0/path/mod.ts";
export { escape as regexpEscape } from "https://deno.land/std@0.216.0/regexp/escape.ts";
export { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10.3";
export { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.0";
export { assertEquals } from "https://deno.land/std@0.216.0/assert/mod.ts";

0 comments on commit d9764e2

Please sign in to comment.