You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, only above variables are passed into the `contextObject`. In order to use other global objects you need to add them to option `globals`.
67
+
By default, only the above variables are passed into the `contextObject`. In order to use other global objects and built-in modules you need to add them to option `globals`.
70
68
71
69
```js
72
-
requireFromString('module.exports = process.cwd()', { process })
0 commit comments