diff options
author | 2023-05-11 17:42:54 -0400 | |
---|---|---|
committer | 2023-05-11 14:42:54 -0700 | |
commit | 6a163cf933542506354dc836bd92693bcae5939b (patch) | |
tree | 2eaeee9cddeb930792b96de6ed040a9877ebc318 /docs/api | |
parent | 02cad591f8c56f801fb9ccc480bf9547484144c2 (diff) | |
download | bun-6a163cf933542506354dc836bd92693bcae5939b.tar.gz bun-6a163cf933542506354dc836bd92693bcae5939b.tar.zst bun-6a163cf933542506354dc836bd92693bcae5939b.zip |
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
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/globals.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/globals.md b/docs/api/globals.md index 891f13fc9..370dd3800 100644 --- a/docs/api/globals.md +++ b/docs/api/globals.md @@ -80,7 +80,7 @@ Bun implements the following globals. --- -- `BuildError` +- `BuildMessage` - Bun - @@ -272,7 +272,7 @@ Bun implements the following globals. --- -- `ResolveError` +- `ResolveMessage` - Bun - |