You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
I see some unexpected behaviour having several definitions that appear in multiple packages that have the same dependencies. I reach out because I'm not sure if it's me misusing it or typings needing improvement.
To test this:
clone https://github.com/redound/exp-typings.git
cd exp-typings
typings install
tsc
Then you get the above error indicating that EventEmitter and EventEmitter are incompatible. (It's the same EventEmitter).
I see some unexpected behaviour having several definitions that appear in multiple packages that have the same dependencies. I reach out because I'm not sure if it's me misusing it or typings needing improvement.
To test this:
clone https://github.com/redound/exp-typings.git cd exp-typings typings install tscThen you get the above error indicating that EventEmitter and EventEmitter are incompatible. (It's the same EventEmitter).