JSModuleProvider
JavaScript Module Provider
This interface is implemented for classes which can resolve built-in JavaScript modules; usually, a module provider is paired with (or is also a) SyntheticJSModule. The module provider is responsible for bootstrapping or loading the module, as needed, and then providing an instance which satisfies the import request.