Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 09e398a

Browse files
committed
add Reflect.global
1 parent 225d208 commit 09e398a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ function logloads(loads) {
11291129

11301130
__global.Reflect = __global.Reflect || {};
11311131
__global.Reflect.Loader = __global.Reflect.Loader || Loader;
1132+
__global.Reflect.global = __global.Reflect.global || __global;
11321133
__global.LoaderPolyfill = Loader;
11331134

11341135
})();

0 commit comments

Comments
 (0)