In JavaScript “export default foo” is different to “export { foo as default }”

Dominic Elm DM’d me on Twitter to ask me questions about circular dependencies, and, well, I didn’t know the answer. After some testing, discussion, and *ahem* chatting to the V8 team, we figured it out, but I learned something new about JavaScript along … Read more

Similar