Skip to content

Commit 89d8992

Browse files
authored
Use esbuild 0.25.9 (#1194)
1 parent d1f81d1 commit 89d8992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Masterminds/semver/v3 v3.4.0
77
github.com/gorilla/websocket v1.5.3
88
github.com/hashicorp/golang-lru/v2 v2.0.7
9-
github.com/ije/esbuild-internal v0.25.5
9+
github.com/ije/esbuild-internal v0.25.9
1010
github.com/ije/gox v0.10.1
1111
github.com/ije/rex v1.14.11
1212
github.com/mssola/useragent v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
88
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
99
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
1010
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
11-
github.com/ije/esbuild-internal v0.25.5 h1:1xonhRiAfqQZYz/bQkG+IiWbIGIZgG0jBf2uNGoLoZk=
12-
github.com/ije/esbuild-internal v0.25.5/go.mod h1:s7HvKZ4ZGifyzvgWpSwnJOQTr6b+bsgfNBZ8HAEwwSM=
11+
github.com/ije/esbuild-internal v0.25.9 h1:P7DCaLhkt7sWR3LM+RYxPgrZ3g39HDbgxwzjpj/SgUc=
12+
github.com/ije/esbuild-internal v0.25.9/go.mod h1:s7HvKZ4ZGifyzvgWpSwnJOQTr6b+bsgfNBZ8HAEwwSM=
1313
github.com/ije/gox v0.10.1 h1:Y8J16qK64SJJkEtQ398w5+7qAIRy8jnpfxW6XhdxZp4=
1414
github.com/ije/gox v0.10.1/go.mod h1:3GTaK8WXf6oxRbrViLqKNLTNcMR871Dz0zoujFNmG48=
1515
github.com/ije/rex v1.14.11 h1:Ou1Uq564Xt1Cu82QymrouQGpITeucUWQHl16ikUhiLg=

server/build_resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ func validateJSFile(filename string) (isESM bool, namedExports []string, err err
13141314
ast, pass := js_parser.Parse(log, logger.Source{
13151315
Index: 0,
13161316
KeyPath: logger.Path{Text: "<stdin>"},
1317-
PrettyPath: "<stdin>",
1317+
PrettyPaths: logger.PrettyPaths{Rel: "<stdin>"},
13181318
IdentifierName: "stdin",
13191319
Contents: string(data),
13201320
}, parserOpts)

0 commit comments

Comments
 (0)