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
/
js_parser.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-20
resolve rope in `string()`
dylan/resolve-rope-in-string
Dylan Conway
1
-2
/
+1
2023-07-20
`resolveRopeIfNeeded` (#3708)
Dylan Conway
1
-0
/
+1
2023-07-19
set `did_panic` flag (#3687)
Dylan Conway
1
-1
/
+5
2023-07-18
zig upgrade (#3667)
Dylan Conway
1
-34
/
+34
2023-07-08
Handle case with TS decorators and export default anonymous class (#3578)
Jarred Sumner
1
-1
/
+11
2023-07-08
Fix bug with decorators not being generated in `export default class` (#3577)
Jarred Sumner
1
-1
/
+12
2023-07-06
Fixes #3537 (#3539)
Jarred Sumner
1
-10
/
+41
2023-07-05
don't unwrap react below version `18.0.0` (#3538)
Dylan Conway
1
-5
/
+20
2023-06-29
Fixes #3462 (#3465)
Jarred Sumner
1
-0
/
+24
2023-06-29
[bundler] avoid printing unnecessary declarations (#3456)
Dylan Conway
1
-58
/
+16
2023-06-24
Rewrite Bun's runtime CommonJS loader (#3379)
Jarred Sumner
1
-26
/
+63
2023-06-21
upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)
Dylan Conway
1
-55
/
+52
2023-06-20
record jsx factory symbols in classic mode (#3360)
Dylan Conway
1
-1
/
+7
2023-06-19
Fix bug that breaks `bunx prisma init` when node is not installed (#3362)
Jarred Sumner
1
-2
/
+35
2023-06-16
don't remove const if referenced before declaration (#3337)
Dylan Conway
1
-3
/
+3
2023-06-15
Tweak CommonJS output (#3320)
Jarred Sumner
1
-6
/
+8
2023-06-14
Workaround issue with module.require =
Jarred Sumner
1
-8
/
+64
2023-06-12
handle unwrapping `require` in any expression (#3292)
Dylan Conway
1
-5
/
+25
2023-06-09
Fixes #3206 (#3262)
Jarred Sumner
1
-47
/
+75
2023-06-09
Implement mocks in bun:test (#3252)
Jarred Sumner
1
-0
/
+2
2023-06-01
Implement `__dirname` and `__filename`, allow direct eval in CommonJS (#3164)
Jarred Sumner
1
-19
/
+27
2023-06-01
only add cjs export name if it is assigned (#3159)
Dylan Conway
1
-1
/
+1
2023-05-31
don't rewrite `module.exports` if assign target is `update` or `replace` (#3147)
bun-v0.6.6
Dylan Conway
1
-9
/
+16
2023-05-31
set `optional_chain` instead of `optional_start` (#3142)
Dylan Conway
1
-1
/
+1
2023-05-31
`--no-macros` flag, disable macros in node_modules
Jarred Sumner
1
-0
/
+23
2023-05-30
[CommonJS] Handle `this` better
Jarred Sumner
1
-5
/
+19
2023-05-29
Natively support CommonJS at runtime (#3104)
Jarred Sumner
1
-491
/
+570
2023-05-28
Convert `module.exports = { foo: 'bar'}` to ESM in `bun build` (#3103)
Jarred Sumner
1
-1
/
+164
2023-05-27
Fixes #3091 (#3092)
Jarred Sumner
1
-2
/
+0
2023-05-25
avoid using null value
Dylan Conway
1
-2
/
+4
2023-05-24
Support `with { type: "macro"}` in `bun build` (#3059)
Jarred Sumner
1
-6
/
+32
2023-05-24
Load `.env.test`, set NODE_ENV=test in `bun test`, load `.env.{test,productio...
Jarred Sumner
1
-7
/
+3
2023-05-24
fix setting `jsxImportSource`, `jsxFactory`, and `jsxFragmentFactory` (#3057)
Dylan Conway
1
-70
/
+24
2023-05-22
only merge if kind is `var`
Dylan Conway
1
-1
/
+4
2023-05-19
make sure `key` is added to args (#2968)
Dylan Conway
1
-9
/
+7
2023-05-18
Fixes #2946 (#2949)
Jarred Sumner
1
-1
/
+4
2023-05-18
use raw template contents for tagged templates (#2937)
Dylan Conway
1
-8
/
+15
2023-05-15
handle printing missing expressions and add tests (#2872)
Dylan Conway
1
-35
/
+87
2023-05-15
More DCE
Jarred Sumner
1
-27
/
+34
2023-05-15
Set more things to `const`
Jarred Sumner
1
-13
/
+12
2023-05-14
wip
Jarred Sumner
1
-3
/
+3
2023-05-14
Fix scope chain bug
Jarred Sumner
1
-6
/
+5
2023-05-12
finish #2864
Jarred Sumner
1
-4
/
+3
2023-05-12
disable sloppy mode block level functions when not bundling (#2864)
Dylan Conway
1
-1
/
+6
2023-05-12
[bundler] Disable export star redirect code size optimization
Jarred Sumner
1
-30
/
+52
2023-05-12
[bundler] Implement `export * from` code size optimization
Jarred Sumner
1
-21
/
+36
2023-05-12
[bundler] Fix bug with `export default TypeScriptType`
Jarred Sumner
1
-0
/
+3
2023-05-12
Fix regression
Jarred Sumner
1
-5
/
+3
2023-05-11
Fix our tree shaking optimization
Jarred Sumner
1
-48
/
+90
2023-05-10
make sure vars can be hoisted in catch scope (#2847)
Dylan Conway
1
-23
/
+34
[next]