aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/html-rewriter.test.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-29 00:46:19 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-29 00:47:26 -0700
commit75374fdc32b547890b5d04f98ca253232e73bf4b (patch)
treebecd138c4f07f209fea022b488bc5e4f84849232 /integration/bunjs-only-snippets/html-rewriter.test.js
parent0332d474247468e9a4a833f63a901643ec19e00e (diff)
downloadbun-75374fdc32b547890b5d04f98ca253232e73bf4b.tar.gz
bun-75374fdc32b547890b5d04f98ca253232e73bf4b.tar.zst
bun-75374fdc32b547890b5d04f98ca253232e73bf4b.zip
more tests for buffer
Diffstat (limited to 'integration/bunjs-only-snippets/html-rewriter.test.js')
0 files changed, 0 insertions, 0 deletions
700'>2023-09-20Treat `undefined` value as empty in expect.toThrow (#5788)Gravatar LongYinan 1-3/+3 Fix: https://github.com/napi-rs/napi-rs/blob/main/examples/napi/__tests__/test.framework.js#L16-L19 2023-09-20Fix various bugs in vscode extension (#5772)Gravatar JeremyFunk 3-9/+85 * Fix bugs * Fix bugs * Revert "Fix bugs" This reverts commit 608639eb2214fdf4310477051ce47d20702b5dd0. 2023-09-20add `emitDecoratorMetadata` (#5777)Gravatar Dylan Conway 19-110/+1884 * some progess * needs more tests * make tests easier to debug * get metadata for constructor arg decorators * fix some things * merge `emitDecoratorMetadata` option * remove `^` * bundler tests and get option from tsconfig earlier * remove spaces * fix tests 2023-09-20fix(doc): correct `server.reload` (#5799)Gravatar Ai Hoshino 1-1/+1 2023-09-20Call `Error.prepareStackTrace` on `new Error().stack` (#5802)Gravatar Jarred Sumner 6-155/+277 * Always call `Error.prepareStackTrace` * Support node:vm * Remove this * Handle more cases --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-20Fixes #5800Gravatar Jarred Sumner 1-1/+1 Fixes #5800 2023-09-20Fix path used in bunx (#5785)Gravatar Jarred Sumner 2-26/+51 * Fix path used in bunx * Add test * Use a different package --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-20Fix RedirectURLTooLong errors (#5786)Gravatar ggobbe 1-1/+1 The URL to download the manifest for Artifact Registry in Google is larger than 4092 bytes. cf. issue #4748 2023-09-19Show when a newer version is available in the install screen (#5780)Gravatar Jarred Sumner 3-14/+95 Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-19Fix broken linksGravatar Colin McDonnell 4-4/+4