mroderick / PubSubJS

Dependency free publish/subscribe for JavaScript
MIT License
4.77k stars 457 forks source link

fix: add optional environment variable to disable console.warn #224

Open adamstankiewicz opened 1 year ago

adamstankiewicz commented 1 year ago

Allows consumers to optionally disable the console.warn("PubSub already loaded, using existing version"); with an PUBSUBJS_DISABLE_EXISTING_VERSION_WARNING environment variable.

Follow-up PR from the following issue: https://github.com/mroderick/PubSubJS/pull/220

arbrandes commented 1 year ago

@mroderick, a review here would be much appreciated. Thanks!

colebowl commented 9 months ago

@mroderick - Any chance we could get this merged in? Thanks!