-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39289: [JS] Add types to exports #39475
Conversation
domoritz
commented
Jan 5, 2024
•
edited by github-actions
bot
Loading
edited by github-actions
bot
- Closes: [JS] TypeScript types don't work with Node ESM #39289
|
I ran after changing the The masquerading as CJS error will make it so in ESM mode, TypeScript will let you do |
I believe that this should fix the types for all the import scenarios: andrew0@207881a |
Thanks! I made the updates. |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 17b946c. There were 2 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
@domoritz thanks for merging this! What does the release timeline look like for this? |
This will be in arrow 15 shortly |