adobe-webplatform / eve

Custom events…
http://dmitry.baranovskiy.com/eve/
Apache License 2.0
316 stars 111 forks source link

Eve: fix for contexts that supports modules #31

Closed Frugality closed 7 years ago

Frugality commented 7 years ago

Hi -

I ran into issues when running Snap.svg inside of Electron, the popular node.js+chromium distribution. The issue is that Electron has modules support via node.js, and this cause eve to not get exported correctly. This small change allows it to run in both web contexts and inside of Electron.

Cheers, -Courtland