mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* fix flush * remove logs * add HTTP/1.1 eventsource * fix parse spec * multiple data in one event * get lastEventId for reconnection * fix parsing add reconnect * fix reconnection retry * add retry option * move eventsource to builtins * remove duplicate interface on globals.d.ts * move test to TS * fmt * allow no Content-Length or Transfer Encoding * udpate builtins * hardcoded * merge * revert /src/out * updated * Update .gitignore * Make the tests fail * Cleanup EventSource getter * fixup * fixup TS * fmt * update builtins * fix tests * Clear existing timeouts * Add `ref` and `unref` methods * Use `super` to make prototype pollution slightly harder * Reduce test timeout * Regenerate builtins * prettier + ref/unref * Outdated * forgot to commit this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
126 lines
1.6 KiB
Plaintext
126 lines
1.6 KiB
Plaintext
.DS_Store
|
|
zig-cache
|
|
packages/*/*.wasm
|
|
*.o
|
|
*.a
|
|
profile.json
|
|
|
|
node_modules
|
|
.swcrc
|
|
yarn.lock
|
|
dist
|
|
*.tmp
|
|
*.log
|
|
*.out.js
|
|
*.out.refresh.js
|
|
**/package-lock.json
|
|
build
|
|
*.wat
|
|
zig-out
|
|
pnpm-lock.yaml
|
|
README.md.template
|
|
src/deps/zig-clap/example
|
|
src/deps/zig-clap/README.md
|
|
src/deps/zig-clap/.github
|
|
src/deps/zig-clap/.gitattributes
|
|
out
|
|
outdir
|
|
|
|
.trace
|
|
cover
|
|
coverage
|
|
coverv
|
|
*.trace
|
|
github
|
|
out.*
|
|
out
|
|
.parcel-cache
|
|
esbuilddir
|
|
*.bun
|
|
parceldist
|
|
esbuilddir
|
|
outdir/
|
|
outcss
|
|
.next
|
|
txt.js
|
|
.idea
|
|
.vscode/cpp*
|
|
.vscode/clang*
|
|
|
|
node_modules_*
|
|
*.jsb
|
|
*.zip
|
|
bun-zigld
|
|
bun-singlehtreaded
|
|
bun-nomimalloc
|
|
bun-mimalloc
|
|
examples/lotta-modules/bun-yday
|
|
examples/lotta-modules/bun-old
|
|
examples/lotta-modules/bun-nofscache
|
|
|
|
src/node-fallbacks/out/*
|
|
src/node-fallbacks/node_modules
|
|
sign.json
|
|
release/
|
|
*.dmg
|
|
sign.*.json
|
|
packages/debug-*
|
|
packages/bun-cli/postinstall.js
|
|
packages/bun-*/bun
|
|
packages/bun-*/bun-profile
|
|
packages/bun-*/debug-bun
|
|
packages/bun-*/*.o
|
|
packages/bun-cli/postinstall.js
|
|
|
|
packages/bun-cli/bin/*
|
|
bun-test-scratch
|
|
misctools/fetch
|
|
|
|
src/deps/libiconv
|
|
src/deps/openssl
|
|
src/tests.zig
|
|
*.blob
|
|
src/deps/s2n-tls
|
|
.npm
|
|
.npm.gz
|
|
|
|
bun-binary
|
|
|
|
src/deps/PLCrashReporter/
|
|
|
|
*.dSYM
|
|
*.crash
|
|
misctools/sha
|
|
packages/bun-wasm/*.mjs
|
|
packages/bun-wasm/*.cjs
|
|
packages/bun-wasm/*.map
|
|
packages/bun-wasm/*.js
|
|
packages/bun-wasm/*.d.ts
|
|
*.bc
|
|
|
|
src/fallback.version
|
|
src/runtime.version
|
|
*.sqlite
|
|
*.database
|
|
*.db
|
|
misctools/machbench
|
|
*.big
|
|
.eslintcache
|
|
|
|
bun-webkit
|
|
|
|
src/deps/c-ares/build
|
|
src/bun.js/bindings-obj
|
|
src/bun.js/debug-bindings-obj
|
|
|
|
failing-tests.txt
|
|
test.txt
|
|
myscript.sh
|
|
|
|
cold-jsc-start
|
|
cold-jsc-start.d
|
|
|
|
/test.ts
|
|
|
|
src/js/out/modules_dev
|