-
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
[JS] Use node: prefix and import types instead of using import #39482
Comments
domoritz
added a commit
to domoritz/arrow
that referenced
this issue
Jan 5, 2024
domoritz
added a commit
that referenced
this issue
Apr 16, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: #39482 * GitHub Issue: #39482 --------- Co-authored-by: Paul Taylor <[email protected]>
domoritz
added a commit
to domoritz/arrow
that referenced
this issue
Apr 17, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
raulcd
changed the title
Use node: prefix and import types instead of using import
[JS] Use node: prefix and import types instead of using import
Apr 18, 2024
raulcd
pushed a commit
that referenced
this issue
Apr 29, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: #39482 * GitHub Issue: #39482 --------- Co-authored-by: Paul Taylor <[email protected]>
tolleybot
pushed a commit
to tmct/arrow
that referenced
this issue
May 2, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
tolleybot
pushed a commit
to tmct/arrow
that referenced
this issue
May 4, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
rok
pushed a commit
to tmct/arrow
that referenced
this issue
May 8, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
rok
pushed a commit
to tmct/arrow
that referenced
this issue
May 8, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
vibhatha
pushed a commit
to vibhatha/arrow
that referenced
this issue
May 25, 2024
* use `node:` prefix for node imports * remove `import` for types where it makes sense * Closes: apache#39482 * GitHub Issue: apache#39482 --------- Co-authored-by: Paul Taylor <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
This should make the code more readable.
Component(s)
JavaScript
The text was updated successfully, but these errors were encountered: