Discussion: Module Reflection - import.reflect
Randy Buchholz
work at randybuchholz.com
Thu Apr 25 17:52:13 UTC 2019
It seems the recursion has problems with `Symbol`, at least in Chrome.
```
import * as module from "/foo.mjs";
export default class Foo{ }
const bar = Symbol("Bar");
```
Load page, enter debug mode, and reload. The debugger disconnects.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20190425/b0a99286/attachment.html>
More information about the es-discuss
mailing list