• Synchronously loads and evaluates the JS module source located at 'aResourceURI'.

    Returns

    the module's namespace object.

    The implementation maintains a hash of aResourceURI->global obj. Subsequent invocations of import with 'aResourceURI' pointing to the same file will not cause the module to be re-evaluated.

    Returns object

Generated using TypeDoc