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
This commit is contained in:
dave caruso
2023-05-11 17:42:54 -04:00
committed by GitHub
parent 02cad591f8
commit 6a163cf933
46 changed files with 1100 additions and 299 deletions

6
.vscode/launch.json generated vendored
View File

@@ -6,7 +6,7 @@
"request": "launch",
"name": "bun test",
"program": "bun-debug",
"args": ["wiptest", "${file}"],
"args": ["test", "${file}"],
"cwd": "${workspaceFolder}",
"env": {
"FORCE_COLOR": "1"
@@ -30,7 +30,7 @@
"request": "launch",
"name": "bun test (all)",
"program": "bun-debug",
"args": ["wiptest"],
"args": ["test"],
"cwd": "${workspaceFolder}/test",
"env": {
"FORCE_COLOR": "1",
@@ -201,7 +201,7 @@
"--splitting",
"bun",
"/Users/jarred/Code/bun-rsc/components/Message.tsx",
"/Users/jarred/Code/bun-rsc/components/Button.tsx",
"/Users/jarred/Code/bun-rsc/components/Button.tsx"
],
"cwd": "/Users/jarred/Code/bun-rsc",
"console": "internalConsole",