hugo-wasm/internal/js/esbuild
Bjørn Erik Pedersen a834bb9f7e js/esbuild: Build groups in order of their ID
We already do this for scripts e.g. inside a group.

This makes sure that group A's entry points gets added before B's, which can be an important property, see https://github.com/evanw/esbuild/issues/399#issuecomment-1458680887
2024-12-13 13:29:35 +01:00
..
batch-esm-runner.gotmpl Add js.Batch 2024-12-12 21:43:17 +01:00
batch.go js/esbuild: Build groups in order of their ID 2024-12-13 13:29:35 +01:00
batch_integration_test.go Add js.Batch 2024-12-12 21:43:17 +01:00
build.go Add js.Batch 2024-12-12 21:43:17 +01:00
helpers.go Add js.Batch 2024-12-12 21:43:17 +01:00
options.go js/esbuild: Add platform option 2024-12-12 22:53:15 +01:00
options_test.go js/esbuild: Add platform option 2024-12-12 22:53:15 +01:00
resolve.go Add js.Batch 2024-12-12 21:43:17 +01:00
resolve_test.go Add js.Batch 2024-12-12 21:43:17 +01:00
sourcemap.go Add js.Batch 2024-12-12 21:43:17 +01:00