Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2023 Changes in this version + var Declarations []byte + func NewApplicationConstructor(runtime *goja.Runtime, option ...Option) (func(call goja.ConstructorCall) *goja.Object, error) + type Option = func(*options) + func WithContext(context func() context.Context) Option + func WithFS(filesystem afero.Fs) Option + func WithLogger(logger logrus.FieldLogger) Option + func WithRunOnLoop(runOnLoop func(func(*goja.Runtime))) Option + func WithRunner(runner RunnerFunc) Option + type RunnerFunc func(func() error)