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

Generate es6/es2015 code for ESM package #328

Merged
merged 2 commits into from
Nov 26, 2021
Merged

Generate es6/es2015 code for ESM package #328

merged 2 commits into from
Nov 26, 2021

Conversation

D4nte
Copy link
Contributor

@D4nte D4nte commented Nov 26, 2021

Resolves #323

@D4nte D4nte added this to In Progress in js-waku Nov 26, 2021
@D4nte D4nte changed the title 323 type error Generate es6/es2015 code for ESM package Nov 26, 2021
es5 does not support class constructors and hence lead to issues.
As it is what JS projects would use when using the js-waku npm package.
@D4nte D4nte merged commit 04a9da6 into main Nov 26, 2021
@D4nte D4nte deleted the 323-type-error branch November 26, 2021 10:41
js-waku automation moved this from In Progress to Done Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Uncaught (in promise) TypeError: Class constructor Gossipsub cannot be invoked without 'new'
1 participant