Commit 67f366b
Reland "[deps] Update esbuild to 0.24.0"
This is a reland of commit fcb4df4
ESBuild stumbled over the import(`../../${modulePath}`); in
Runtime.js. It considers this a "glob" import and attempts to bundle
ALL DevTools file (since the import could load anything).
There is no config option to disable this so the solution is to break
the esbuild heuristic that detects this.
See https://esbuild.github.io/api/#glob for more info.
Original change's description:
> [deps] Update esbuild to 0.24.0
>
> [email protected]
>
> Bug: None
> Change-Id: I587b974f2ff787fa2c0560863d702140f2eff9e2
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5953149
> Reviewed-by: Philip Pfaffe <[email protected]>
> Commit-Queue: Simon Zünd <[email protected]>
Bug: None
Change-Id: If10a918a0f5075916493c3fa5797212ffb1ee9ba
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5952982
Commit-Queue: Simon Zünd <[email protected]>
Reviewed-by: Benedikt Meurer <[email protected]>
Commit-Queue: Benedikt Meurer <[email protected]>
Auto-Submit: Simon Zünd <[email protected]>1 parent d1d8628 commit 67f366b
File tree
11 files changed
+2549
-2021
lines changed- front_end/core/root
- node_modules
- esbuild
- bin
- lib
11 files changed
+2549
-2021
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments