aboutsummaryrefslogtreecommitdiffhomepage
path: root/deps/deps.go
diff options
context:
space:
mode:
Diffstat (limited to 'deps/deps.go')
-rw-r--r--deps/deps.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/deps.go b/deps/deps.go
index 8e9ec42d8..56a3d3644 100644
--- a/deps/deps.go
+++ b/deps/deps.go
@@ -24,6 +24,7 @@ import (
"github.com/gohugoio/hugo/helpers"
"github.com/gohugoio/hugo/hugofs"
"github.com/gohugoio/hugo/identity"
+ "github.com/gohugoio/hugo/internal/js"
"github.com/gohugoio/hugo/internal/warpc"
"github.com/gohugoio/hugo/media"
"github.com/gohugoio/hugo/resources/page"
@@ -105,6 +106,12 @@ type Deps struct {
// TODO(bep) rethink this re. a plugin setup, but this will have to do for now.
WasmDispatchers *warpc.Dispatchers
+ // The JS batcher client.
+ JSBatcherClient js.BatcherClient
+
+ // The JS batcher client.
+ // JSBatcherClient *esbuild.BatcherClient
+
isClosed bool
*globalErrHandler