From 6a163cf933542506354dc836bd92693bcae5939b Mon Sep 17 00:00:00 2001 From: dave caruso Date: Thu, 11 May 2023 17:42:54 -0400 Subject: bundler tests and improve `Bun.build` return type (#2833) * importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file --- docs/runtime/web-apis.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/runtime/web-apis.md') diff --git a/docs/runtime/web-apis.md b/docs/runtime/web-apis.md index 82108de31..e1d95fa9f 100644 --- a/docs/runtime/web-apis.md +++ b/docs/runtime/web-apis.md @@ -69,8 +69,7 @@ The following Web APIs are partially or completely supported. --- - Errors -- [`reportError`](https://developer.mozilla.org/en-US/docs/Web/API/reportError) [`ResolveError`](https://developer.mozilla.org/en-US/docs/Web/API/ResolveError) - [`BuildError`](https://developer.mozilla.org/en-US/docs/Web/API/BuildError) +- [`reportError`](https://developer.mozilla.org/en-US/docs/Web/API/reportError) --- -- cgit v1.2.3