Versions in this module Expand all Collapse all v0 v0.8.1 Sep 14, 2025 v0.8.0 Sep 14, 2025 Changes in this version + func Enable(runtime *goja.Runtime) + func Require(runtime *goja.Runtime, module *goja.Object) + func RequireWithPrinter(printer Printer) require.ModuleLoader + type Console struct + type Printer interface + Error func(string) + Log func(string) + Warn func(string) + type PrinterFunc func(s string) + func (p PrinterFunc) Error(s string) + func (p PrinterFunc) Log(s string) + func (p PrinterFunc) Warn(s string)