Skip to content

module: do not set CJS variables for Worker eval

There are no local CJS variables in the Worker eval context – it's all global variables, just like in the --eval context.

Merge request reports

Loading