Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ES6 module import #33

Open
LostInBrittany opened this issue Nov 6, 2018 · 2 comments
Open

Add support for ES6 module import #33

LostInBrittany opened this issue Nov 6, 2018 · 2 comments

Comments

@LostInBrittany
Copy link

Currently I'm developing several webcomponents using Polymer 3 and LitElement. Both of them rely on ES6 imports and leverage on the browser ES6 modules import capabilities.

For one of my components I have a dependency on a lib that depends on tiny-emitter. I would need tiny-emitter to be available also as an ES6 module.

I'm making a PR to propose it...

LostInBrittany added a commit to LostInBrittany/tiny-emitter that referenced this issue Nov 6, 2018
@scottcorgan
Copy link
Owner

Sounds great to me, looking forward to it. Thanks!

@hit12369
Copy link

hit12369 commented May 19, 2021

I've made a very small (< 0.3 k) ES module compatible event emitter using native EventTarget.
https://github.com/hkk12369/pico-emitter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants