aboutsummaryrefslogtreecommitdiff
path: root/src/js/_codegen/index.ts
diff options
context:
space:
mode:
authorGravatar Silver <14016168+silversquirl@users.noreply.github.com> 2023-10-07 03:22:38 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-06 19:22:38 -0700
commit48635fd9105c0f7cc2a47a2584123a175b43a04b (patch)
tree3931668d2c1e3f60b16a50edb516c7d6a0e77389 /src/js/_codegen/index.ts
parent456d6be02228c2e755a70d89a5f9e24f751398ec (diff)
downloadbun-48635fd9105c0f7cc2a47a2584123a175b43a04b.tar.gz
bun-48635fd9105c0f7cc2a47a2584123a175b43a04b.tar.zst
bun-48635fd9105c0f7cc2a47a2584123a175b43a04b.zip
[types] allow onLoad plugin callbacks to return undefined (#6346)
Returning undefined simply falls through to the next plugin, or to the default loader. This is defined by esbuild, and supported by Bun, but the types don't reflect it properly.
Diffstat (limited to 'src/js/_codegen/index.ts')
0 files changed, 0 insertions, 0 deletions
el-test'>vercel-test Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/snowpack/astro/pages/reference/javascript-interface.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Filter out astro from `peerDependencies` in `astro add` (#7620)Gravatar Chris Swithinbank 2-1/+7
2023-07-11[ci] formatGravatar bluwy 1-1/+1
2023-07-11Refactor simple CLI commands (#7619)Gravatar Bjorn Lu 12-115/+123
2023-07-10fix: `astro info` command fallback for package manager (#7618)Gravatar Emanuele Stoppa 2-1/+7
2023-07-10Add CLI startup speed benchmark (#7617)Gravatar Bjorn Lu 5-11/+95
2023-07-10[ci] formatGravatar bluwy 1-1/+1