index
:
bun
1-runner
add-license
ansg191/server-identity-CN
ansg191/system-store
bun-crash-dump
bun-json
bun-polyfills
bun-test-each
ciro/child-process-fixes
ciro/fetch-fix-with-lock
ciro/fix-flask-tests
ciro/fix-maxRequestBodySize
ciro/fix-test-command
ciro/gc-tests
ciro/http2
ciro/proxy-connect-tests
ciro/queue-response-experiment
ciro/spawn-abort-signal-rebased
ciro/ws-fetch-proper-handshake
cli-flags
completions
create-constructors-when-needed
dap2
dap3
dave/assert-double-is-valid
dave/bundler-string-length
dave/es5-class-helper
dave/import.meta.resolve
dave/install-tag-without-dash
dave/lol
dave/nodemodule-preloadmodules
dave/postinstall
dave/postinstall_2
dave/remove-native-event
dave/zlib
debugger-dev
derrick/fix/bindings-mark-jscinitialize
derrick/fix/event-emitter-async-iter
derrick/fix/event-emitter-emit-throw-native
derrick/fix/http-lowercase-headers
derrick/fix/node-tests
derrick/test/add-ed25519-tests
detect-libc
doc/0.8
dylan/callback-fulfilled-after-rejection
dylan/change-pathname-assert
dylan/cli-fixes
dylan/encoding-fix
dylan/fix-bundling-lodash-es-is-buffer
dylan/fix-error-inlining
dylan/fix-module-field-in-exports
dylan/github-api-option
dylan/github-dependencies
dylan/import-file-path
dylan/non-enumerable-export-values
dylan/resolve-rope-in-string
dylan/set-exit-code
dylan/source-map-names-property
eventstream
feat/ecosystem
feat/npm
fix
fix-prepare-stack-trace
fix-websocket-upgrade
fs-watch-file
got
guides-3
improve-docker
insensitive-pkg-names
integration-tests
jarred/5859
jarred/actions
jarred/add-git
jarred/analytics
jarred/arenas
jarred/ast
jarred/ast-again
jarred/async_bio
jarred/bench
jarred/brotli
jarred/bump-uws
jarred/bundle-workspace-packages
jarred/bunfig
jarred/callable
jarred/canvas
jarred/ci-check
jarred/cjs2
jarred/cleanup-error
jarred/clipboard-objc
jarred/direct
jarred/dump
jarred/edgecase
jarred/esbuild-plugin-api
jarred/escapeHTML
jarred/esm-conditions
jarred/experiment-bsp
jarred/export-star-flat
jarred/exports-map
jarred/faster-error-capturestacktrace
jarred/faster-ordered-properties
jarred/fastmalloc
jarred/fetch-experiment
jarred/fetchheaders
jarred/fix-blob-slice-test
jarred/fix-bunbun-on-wsl
jarred/fix-crash
jarred/fix-http-compression
jarred/fix-issue-with-tsconfig-run
jarred/fix-proxy-regression
jarred/fixes-3129
jarred/gen
jarred/htmlrewriter
jarred/improve-testing
jarred/inquirer
jarred/isolation
jarred/jsc
jarred/land
jarred/landing
jarred/linux
jarred/live-bindings
jarred/make-strings-better
jarred/mdx-thrwawy
jarred/move
jarred/napi
jarred/new-bund
jarred/new-bund-ressurected-branch
jarred/new-http
jarred/no-more-npm
jarred/package-mapper
jarred/pg
jarred/port
jarred/possibly-2732
jarred/postgresql
jarred/precompile-linux-dependencies
jarred/prepare-for-libuv
jarred/profiled-call
jarred/read-tsconfig-jsx
jarred/redo-evaluation-order
jarred/redo-zigstring-for-utf16
jarred/relay
jarred/rename
jarred/repl
jarred/request-finalizer
jarred/rewrite-router
jarred/run
jarred/simdjson
jarred/simplify
jarred/some-fixes-for-eventsource
jarred/standalone-repro1
jarred/start
jarred/strong
jarred/subprocess
jarred/support-tee
jarred/tcc
jarred/throw-if
jarred/update-install-stuff
jarred/update-zig1
jarred/upgrade-zig-2
jarred/uws
jarred/webkit-upgrade-may-17
jarred/wip-more-reliable
jarred/workers
jarred/zlib
jarred/zls
lithdew/picohttp-mimalloc
main
move-templates
nestjs-guide
next-cleanup
origin/main
plugin/plugindata
plugin/resolvedir
postinstall_3
repl
request-body-stream
reserve-commands
revert-5167-dylan/decode-regex-if-needed
rfc/bun-bundler-api
rfc/bunfig-overhaul
save-in-update
sdl
test/action
types/mock
types/readable-stream-default
types/tty
u/vjpr/zig-0.10
xHyroM/types/expose-Bun-Env
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bun.js
/
module_loader.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-22
Fixes https://discord.com/channels/876711213126520882/1131175053409656833/113...
Jarred Sumner
1
-6
/
+8
2023-07-19
move constants module to cpp (#3683)
Ciro Spaciari
1
-2
/
+1
2023-07-18
Fix crash in postMessage that repro'd after ~100,000 messages
Jarred Sumner
1
-0
/
+6
2023-07-18
feature(constants) add constants/node:constants module and tests(prisma) use ...
Ciro Spaciari
1
-0
/
+5
2023-07-18
zig upgrade (#3667)
Dylan Conway
1
-5
/
+5
2023-07-17
workaround `readable-stream` compatibility (#3626)
Alex Lam S.L
1
-3
/
+5
2023-07-01
Fix leak in fd (#3487)
Jarred Sumner
1
-0
/
+17
2023-06-28
[install] workaround run-time module loading issue (#3432)
Alex Lam S.L
1
-6
/
+0
2023-06-26
Runtime support for `__esModule` annotations (#3393)
Jarred Sumner
1
-0
/
+21
2023-06-24
Rewrite Bun's runtime CommonJS loader (#3379)
Jarred Sumner
1
-10
/
+7
2023-06-21
upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)
Dylan Conway
1
-1
/
+1
2023-06-13
Fix crash in CJS (#3294)
bun-v0.6.9
Jarred Sumner
1
-82
/
+140
2023-06-11
Support using `WTF::StringImpl` from Zig (#3279)
Jarred Sumner
1
-113
/
+124
2023-06-02
fixes with hardcoded modules (#3182)
dave caruso
1
-2
/
+3
2023-06-01
Bundle and minify `.exports.js` files. (#3036)
dave caruso
1
-398
/
+72
2023-06-01
Fix streams breaking on reverted EventEmitter / Make Discord.js work (#2913)
dave caruso
1
-1
/
+13
2023-05-30
Fixes #3115
Jarred Sumner
1
-12
/
+33
2023-05-29
Natively support CommonJS at runtime (#3104)
Jarred Sumner
1
-0
/
+31
2023-05-14
Single-file standalone Bun executables (#2879)
Jarred Sumner
1
-0
/
+10
2023-05-01
[install] handle `devDependencies` of local folders (#2781)
Alex Lam S.L
1
-1
/
+1
2023-04-24
Support plugins in `Bun.build` (#2720)
Jarred Sumner
1
-6
/
+6
2023-04-21
Revert "implement `node:events` in javascript (#2604)"
Jarred Sumner
1
-9
/
+1
2023-04-20
Symbol minification (#2695)
Dylan Conway
1
-0
/
+2
2023-04-19
Fix broken autocomplete
Jarred Sumner
1
-28
/
+28
2023-04-18
implement `node:events` in javascript (#2604)
dave caruso
1
-1
/
+9
2023-04-16
Unwrap, but we broke code splitting
Jarred Sumner
1
-1
/
+1
2023-04-14
Support importing `.txt` files as strings (#2660)
Jarred Sumner
1
-1
/
+1
2023-04-14
Upgrade Zig (#2656)
Jarred Sumner
1
-1
/
+0
2023-04-14
Implement `@bun` annotation
Jarred Sumner
1
-3
/
+17
2023-04-07
Bun gets a new bundler (#2312)
Jarred Sumner
1
-19
/
+18
2023-04-06
fix: export `constants` from `fs/promises` (#2567)
dave caruso
1
-4
/
+4
2023-04-01
Add stubs for missing node builtins (#2534)
Jarred Sumner
1
-10
/
+95
2023-03-28
`bun --watch` and `bun test --watch` (#2500)
Jarred Sumner
1
-31
/
+38
2023-02-28
Implement `preload` support (like `node -r ` except in a config file) (#2231)
Jarred Sumner
1
-0
/
+1
2023-02-23
Upgrade Zig (#2151)
Dylan Conway
1
-10
/
+10
2023-02-17
[install] support git dependencies (#2094)
Alex Lam S.L
1
-3
/
+2
2023-02-14
Add temporary polyfill for async_hooks
Jarred Sumner
1
-89
/
+107
2023-02-14
:mask: async_hooks
Jarred Sumner
1
-0
/
+4
2023-02-14
don't break esbuild
Jarred Sumner
1
-26
/
+3
2023-02-14
Add workaround for `tls` and `worker_threads`
Jarred Sumner
1
-1
/
+41
2023-02-11
fix string corruption in FS entry cache (#2055)
Alex Lam S.L
1
-1
/
+1
2023-02-11
fix segfault during non-install script execution (#2045)
Alex Lam S.L
1
-35
/
+15
2023-02-09
[bun:test] Auto-import jest globals in test files
Jarred Sumner
1
-0
/
+4
2023-02-01
Update module_loader.zig
Jarred Sumner
1
-1
/
+1
2023-01-31
Fixes fs.constants
Jarred Sumner
1
-1
/
+1
2023-01-31
Fixes #1958
Jarred Sumner
1
-2
/
+2
2023-01-28
Support running WASI (WebAssembly) files using `bun run` (#1929)
Jarred Sumner
1
-0
/
+87
2023-01-27
sentinel
Jarred Sumner
1
-1
/
+1
2023-01-26
Remove usages of assumeSentinel
Jarred SUmner
1
-1
/
+1
2023-01-24
support GitHub URLs as dependencies (#1875)
Alex Lam S.L
1
-2
/
+2
[next]