Age | Commit message (Collapse) | Author | Files | Lines |
|
* some progess
* needs more tests
* make tests easier to debug
* get metadata for constructor arg decorators
* fix some things
* merge `emitDecoratorMetadata` option
* remove `^`
* bundler tests and get option from tsconfig earlier
* remove spaces
* fix tests
|
|
* Add formatWithOptions
* tests and tweaks
* adjust
* changes
* hi
* add mark/measure stubs
* stuff
* allow unix absolute paths here
* typo
* rebase
* fix stats
|
|
* progress
* finish `@memset/@memcpy` update
* Update build.zig
* change `@enumToInt` to `@intFromEnum` and friends
* update zig versions
* it was 1
* add link to issue
* add `compileError` reminder
* fix merge
* format
* upgrade to llvm 16
* Revert "upgrade to llvm 16"
This reverts commit cc930ceb1c5b4db9614a7638596948f704544ab8.
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
|
|
* default automatic, merge jsx flags from multiple tsconfigs
* use entire package name
* some tests
* more tests
|
|
|
|
|
|
pragmas (#2655)
* Support parsing @pragma comments
* Support `@jsx`, `@jsxRuntime`, `@jsxImportSource`, `@jsxFragment`
* Fix bug where NODE_ENV would be development in certain places and production in others
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
|
|
|
|
|
|
Fixes https://github.com/oven-sh/bun/issues/1269
|
|
* hack in support for extends
* Update src/resolver/resolver.zig
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* wip review fixes
* fix style
Co-authored-by: Victor Lin <victor.lin@airbnb.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Victor Lin <vlin@twitter.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want to be able to push to the list
|
|
* Prepare to upgrade zig
* zig fmt
* AllocGate
* Update data_url.zig
* wip
* few files
* just headers now?
* I think everything works?
* Update mimalloc
* Update hash_map.zig
* Perf improvements to compensate for Allocgate
* Bump
* :camera:
* Update bun.lockb
* Less branching
* [js parser] Slightly reduce memory usage
* Update js_parser.zig
* WIP remove unused
* [JS parser] WIP support for `with` keyword
* Remove more dead code
* Fix all the build errors!
* cleanup
* Move `network_thread` up
* Bump peechy
* Update README.md
|
|
* Remove some dead code
* :skull: code
* Fix the zig tests
* [JS Printer] Print integers faster & less scientific notation on decimals
* :skull: dead code
* skip
* Run all the unit tests
|
|
|
|
|
|
|
|
Bun.js, log build errors to browser console, don't warn for node_modules,
|
|
|
|
to a real idle timeout
Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c
|
|
Former-commit-id: 1ea6a0d624b0fc42acda9a81f214d06336b9271e
|
|
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419
|
|
Former-commit-id: 02db9729e1d0cddf9343135f46bf843a3d3a34f8
|
|
based on whether we're serving over HTTP
Former-commit-id: e1a88527060e187ab21ca8890ea9bce2b999885a
|
|
Former-commit-id: cbf0b77e52d77ae8a0fe00606e7be2d2af39b83c
|
|
Former-commit-id: 831a46191601aad9c8c82ac496955d944cb32f22
|
|
Former-commit-id: 80037859ec5236e13314a336e28d5f46a96c3300
|
|
Former-commit-id: f9a74df73d2831bfdd8e6f1c0e5c999ea300fc0d
|
|
Former-commit-id: 2c20d88e8d0cf66b32daceb942ba9bf8514f5705
|
|
Former-commit-id: 2b3c0584c623486d8ab5dc838bb7ba861b4395d7
|