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
/
js_parser.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
Make `Ref` more safe
Jarred Sumner
1
-1
/
+1
2022-01-22
Use newer hash table
Jarred Sumner
1
-18
/
+22
2022-01-22
Update js_parser.zig
Jarred Sumner
1
-1
/
+1
2022-01-22
Sort imports
Jarred Sumner
1
-0
/
+38
2022-01-21
[macros] Always remove imports to macros
Jarred Sumner
1
-41
/
+54
2022-01-19
`fs.*Sync()`, `bun wiptest`, and More ™ (#106)
Jarred Sumner
1
-0
/
+2
2022-01-05
[JS Parser] Reduce memory usage by ~8%
Jarred Sumner
1
-4
/
+12
2022-01-04
[Bun.js][bun dev] Support macros inside of Bun.js
Jarred Sumner
1
-2
/
+9
2021-12-30
Upgrade to latest Zig, remove dependency on patched version of Zig (#96)
Jarred Sumner
1
-734
/
+531
2021-12-16
[transpiler] Partially support top-level await in HMR
Jarred Sumner
1
-17
/
+24
2021-12-16
Enable top-level await in browsers
Jarred Sumner
1
-1
/
+4
2021-12-16
[JS parser] Track import records that were converted to star imports due to `...
Jarred Sumner
1
-2
/
+12
2021-12-16
[bundler][JS transpiler] Improve reliability of ESM <> CommonJS interop
Jarred Sumner
1
-101
/
+61
2021-12-15
wip fix live bindings
Jarred Sumner
1
-170
/
+139
2021-12-15
[JS Parser] Fix bug with template literals that create new scopes in the tag ...
Jarred Sumner
1
-4
/
+4
2021-11-15
[internal] `const` is faster than `var` (in Zig! not javascript)
Jarred Sumner
1
-2
/
+2
2021-11-11
slightly reduce reallocations
Jarred Sumner
1
-4
/
+4
2021-11-02
Fixes https://github.com/Jarred-Sumner/bun/issues/28
Jarred Sumner
1
-3
/
+7
2021-11-01
[internal] Tiny changes that will eventually make it easier to update zig
Jarred Sumner
1
-9
/
+10
2021-10-29
[internal] Fix missing symbol errors when building JavaScriptCore bindings wi...
Jarred Sumner
1
-0
/
+2
2021-10-24
finish Expr.alloc -> Expr.init
Jarred Sumner
1
-2
/
+2
2021-10-24
Fix build error
Jarred Sumner
1
-4
/
+4
2021-10-24
[internal] Use isPresent() instead of checking slice len
Jarred Sumner
1
-2
/
+2
2021-10-24
[internal] some inlining
Jarred Sumner
1
-21
/
+25
2021-10-08
Fix bug where occasionally unary expressions would simplify incorrectly due t...
Jarred Sumner
1
-27
/
+16
2021-10-06
oops
Jarred Sumner
1
-2
/
+2
2021-10-06
Fix JSX transform edgecase with static children
Jarred Sumner
1
-25
/
+20
2021-10-04
Improve Bun's performance by 5%
Jarred Sumner
1
-7
/
+8
2021-09-30
Fix potential infinite loop on calling macros
Jarred Sumner
1
-14
/
+20
2021-09-30
Fix jsxDEV transform bug that occurred when not including `source` and the co...
Jarred Sumner
1
-1
/
+10
2021-09-30
Fix dead-code elimination edgecase with call expressions
Jarred Sumner
1
-6
/
+9
2021-09-30
Support remapping macro paths
Jarred Sumner
1
-2
/
+57
2021-09-30
Fix all the compile errors
Jarred Sumner
1
-4
/
+14
2021-09-30
Wire up macro-injected imports and move some structs above the gigantic parse...
Jarred Sumner
1
-194
/
+267
2021-09-29
Most of the code & API changes necessary for supporting Relay (GraphQL)
Jarred Sumner
1
-0
/
+3
2021-09-27
Bundling ignores macros
Jarred Sumner
1
-14
/
+22
2021-09-26
Fix getting object properties
Jarred Sumner
1
-21
/
+46
2021-09-26
Most of macro implementation
Jarred Sumner
1
-22
/
+125
2021-09-26
Basic macro impl
Jarred Sumner
1
-53
/
+25
2021-09-25
Fix crashing edgecase when both JSX automatic and JSX classic imports are nec...
Jarred Sumner
1
-28
/
+44
2021-09-25
Fix visiting bug when using JSX with a spread prop and a key and one of the p...
Jarred Sumner
1
-10
/
+4
2021-09-24
skeleton code
bun-v0.0.22
Jarred Sumner
1
-202
/
+352
2021-09-23
Handle more edgecases in our CJS2ESM conversion code
Jarred Sumner
1
-2
/
+27
2021-09-23
Safer export default transform for bundled code
Jarred Sumner
1
-2
/
+45
2021-09-23
Fix another simplification bug
Jarred Sumner
1
-23
/
+20
2021-09-23
Fix a simplification bug
Jarred Sumner
1
-1
/
+1
2021-09-22
Print how many lines of code was parsed in `bun bun`
Jarred Sumner
1
-13
/
+18
2021-09-22
Fix parsing bug with arrays that have default values
Jarred Sumner
1
-5
/
+8
2021-09-20
Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled strin...
Jarred Sumner
1
-11
/
+11
2021-09-17
Fix bugs with ESM -> CJS when not bundled
Jarred Sumner
1
-118
/
+270
[next]