Skip to content
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 string_decoder import #548

Merged
merged 5 commits into from
Dec 31, 2024
Merged

Fix string_decoder import #548

merged 5 commits into from
Dec 31, 2024

Conversation

jeswr
Copy link
Contributor

@jeswr jeswr commented Dec 31, 2024

Resolves #547

Have tested this fix in a vercel edge environment

package.json Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@mcollina
Copy link
Member

I see a lot of formatting changes. Why are those in?

@MattiasBuelens
Copy link
Contributor

MattiasBuelens commented Dec 31, 2024

@mcollina That's just the result of npm run build && npm run format. It looks like we haven't done that in a while... 🤷‍♂️ Or perhaps we're using a different version locally than you due to a missing package-lock.json file?

We should really have CI check that for us. I'll make a PR afterwards to run both Prettier and ESLint on CI.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jeswr
Copy link
Contributor Author

jeswr commented Dec 31, 2024

Thanks for reviewing @mcollina @MattiasBuelens . I do not have write access to this repository so one of you will need to perform the merge.

@MattiasBuelens MattiasBuelens merged commit 4281bc0 into nodejs:main Dec 31, 2024
98 checks passed
@jeswr jeswr deleted the patch-1 branch January 1, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Library resolves to Node.js 'string_decoder' module in Vercel Edge Environment
3 participants