- 
                Notifications
    
You must be signed in to change notification settings  - Fork 19
 
Open
Description
Repro:
- Check out v1.1.2.
 - Follow the instructions to build the shim.
 - Create a html file containing this:
 
<body></body>
<script src="dist/realms-shim.umd.min.js"></script>
<script>Realm.makeRootRealm()</script>- Open it.
 
Unexpected: Realm.makeRootRealm() crashes with ReferenceError: Z is not defined.
This is because the minifier is minifying the name globalEval in repairFunctions, which is then converted to a string and joined with a string that defines globalEval.
This is also a problem with v1.1.1 but not with v1.1.0.
Metadata
Metadata
Assignees
Labels
No labels