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
Adding multi-file tests is hard and unnecessarily complicated comparing to jshost. Implement Implement WScript.RegisterModuleSource(path, source) so the test file doesn't have to be a separate file on the file system.
The text was updated successfully, but these errors were encountered:
…gisterModuleSource
Merge pull request #4582 from obastemur:module_register__
- Implement RegisterModuleSource
- es6-modules: add more test cases and move it to separate folder
Fixes#4577
… implement RegisterModuleSource
Merge pull request #4582 from obastemur:module_register__
- Implement RegisterModuleSource
- es6-modules: add more test cases and move it to separate folder
Fixes#4577
Adding multi-file tests is hard and unnecessarily complicated comparing to
jshost
. ImplementImplement WScript.RegisterModuleSource(path, source)
so the test file doesn't have to be a separate file on the file system.The text was updated successfully, but these errors were encountered: