-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Change imports for Node.js compatibility #4377
Conversation
Fixes: matrix-org#4287 Signed-off-by: Johannes Marbach <[email protected]>
🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
For resolving conflicts from here on, it should only be a matter of running the script from #4375 again (after replacing |
@matrix-org/element-call-reviewers : would really love a review on this please... |
This is breaking the CI of the react sdk https://github.com/matrix-org/matrix-react-sdk/actions/runs/10627716730/job/29461292604?pr=12938 |
Sigh. Annoying that it didn't get picked up by the CI on this PR. I guess you need to set |
Sadly it's not enough matrix-org/matrix-react-sdk#12939 I'm still investigating |
Ugh, sorry and thanks for fixing this @florianduros. |
Fixes: #4287
This is a variation of #4375 that uses
.ts
extensions and https://babeljs.io/docs/babel-preset-typescript#rewriteimportextensions.Checklist
public
/exported
symbols have accurate TSDoc documentation.