Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 4f68488

Browse files
committed
Upgrade esbuild to 0.11.14
1 parent baaf066 commit 4f68488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundler/esbuild.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { join } from 'https://deno.land/std@0.94.0/path/mod.ts'
22
import { cache } from '../server/cache.ts'
33
import util from '../shared/util.ts'
4-
// @deno-types="https://deno.land/x/esbuild@v0.11.13/mod.d.ts"
5-
import { Plugin } from 'https://deno.land/x/esbuild@v0.11.13/mod.js'
6-
export { build as esbuild, stop as stopEsbuild } from 'https://deno.land/x/esbuild@v0.11.13/mod.js'
4+
// @deno-types="https://deno.land/x/esbuild@v0.11.14/mod.d.ts"
5+
import { Plugin } from 'https://deno.land/x/esbuild@v0.11.14/mod.js'
6+
export { build as esbuild, stop as stopEsbuild } from 'https://deno.land/x/esbuild@v0.11.14/mod.js'
77

88
export const esbuildHTTPLoader: Plugin = {
99
name: 'http-loader',

0 commit comments

Comments
 (0)