-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: add missing type definitions for all-imports.js #4875
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hi @web-padawan , this commit cannot be picked to 23.1 by this bot, can you take a look and pick it manually? |
Hi @web-padawan , this commit cannot be picked to 22.0 by this bot, can you take a look and pick it manually? |
Co-authored-by: Serhii Kulykov <[email protected]>
Co-authored-by: Serhii Kulykov <[email protected]>
Description
Fixes #4874
Added missing
all-imports.d.ts
file to enable importingall-imports.js
in TS without errors.Also, updated corresponding
all-imports.js
to re-export from root entrypoints.Type of change