-
Notifications
You must be signed in to change notification settings - Fork 80
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(js-utils): correctly handle esbuild with import-statement not matching node stdlib #2067
Conversation
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.
PR Summary
This pull request focuses on fixing ESBuild import handling in the JavaScript utilities, specifically addressing Node.js standard library import statement mismatches.
- Added
.github/workflows/autofix.ci.yml
to automatically fix code formatting using Biome in frontend, site, and SDK directories - Added
.github/workflows/fe-pull-request.yml
to run code quality checks on frontend-related changes - Added
.github/workflows/rust.yaml
to handle Rust-specific CI checks including formatting and dependency validation - Added
.github/workflows/release.yaml
to manage versioned releases with binary builds and Docker image creation - Added
.github/workflows/pkg-pr-new.yaml
to automate package publishing for approved pull requests
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
652c945
to
d498e79
Compare
d498e79
to
652c945
Compare
…ching node stdlib
652c945
to
6ccf25c
Compare
52a882d
to
1428171
Compare
Merge activity
|
…ching node stdlib (#2067) <!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes