npm events, expose EventEmitter via bundle

This commit is contained in:
David Reed 2022-11-19 19:57:18 -05:00
parent 7ef4fb9732
commit 1a1bf9b500
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
27 changed files with 27 additions and 1567 deletions

View file

@ -1,4 +1,4 @@
import EventEmitter from '../events.js';
import EventEmitter from 'events';
import HookEvent from '../hook.js';
class ElementApi extends EventEmitter {