We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.20+09d51486e
Darwin 23.2.0 arm64 arm
const rewriter = new HTMLRewriter().on('p', { element(element) { console.log(element.tagName) } }) const content = '<p>Lorem ipsum!</p>' rewriter.transform(new Response(content)) rewriter.transform(new Response(content))
p p
p segmentation fault
Worked fine in previous Bun versions.
The text was updated successfully, but these errors were encountered:
Fixes #7827
8a5f5c6
Fixes #7827 (#7858)
1f90608
* Fixes #7827 * Add some assertions and errors --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Fixes oven-sh#7827 (oven-sh#7858)
68a0703
* Fixes oven-sh#7827 * Add some assertions and errors --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.0.20+09d51486e
What platform is your computer?
Darwin 23.2.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
What do you see instead?
Additional information
Worked fine in previous Bun versions.
The text was updated successfully, but these errors were encountered: