bundlephobia
bundlephobia copied to clipboard
Export analysis fails on invalid identifier
Describe the bug
Export analysis here fails, because my module has for example an export named "for", it's not safe to just import exported things as is, it'd be safer if they got renamed.
To Reproduce
Load this: https://bundlephobia.com/package/[email protected]
Expected behavior
It should work.