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
Fix #2875: Remove JSEnv.loadLibs, resolvedJSEnv and loadedJSEnv.
We remove `resolvedJSEnv` simply by initializing `jsEnv` by default
in the project scope, and using `jsEnv` instead of `resolvedJSEnv`.
We remove `loadedJSEnv` by using instead the pair
`jsEnv` + `jsExecutionFiles` explicitly.
Finally, we can remove `JSEnv.loadLibs`, as it was only useful for
`loadedJSEnv`.
0 commit comments