Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* Log extra info on missing file extension
* Improve error messages for missing /index.js on import
* Remove unnecessary function parameter path
* Add loadPackageImports function to match esbuild
* Add support for pattern trailer import syntax
* Fix review comments
|
|
|
|
(#1459)
* Update bundler.zig
* WIP
* Update README.md
* Update README.md
* wip
* Support running scripts without package.json
* Add `--no-auto-install` and `--prefer-offline` flags
* WIP
* wip
* Update headers-handwritten.h
* WIP
* Build fixes
* Fix UAF
* Update install.zig
* Must call .allocate()
* Micro-optimization: only call .timestamp() once per tick when installing packages
* Support progress bar
* Extend the timestamp for package staleness checks to 1 day
* Add `--prefer-latest`, `-i` CLI Flags
* Fix crash
* Support line text manually being set on an Error instance
* Add a few more fields for error messages
* Fix bug when counting 8 character strings in string builder
* Implement error handling for automatic package installs!
* Fix crash
* Make it say module when there's a slash
* Update module_loader.zig
* Ban dependency versions in import specifiers when a package.json is present
* Remove unused field
* Update README.md
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
Fixes https://github.com/oven-sh/bun/issues/478
Fixes https://github.com/oven-sh/bun/issues/234
Fixes https://github.com/oven-sh/bun/issues/822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want to be able to push to the list
|
|
cc @hanford
|
|
|
|
|
|
* 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
|
|
|
|
after the wildcard
|
|
|
|
|
|
|
|
|
|
This is for monorepos that symlink directories into node_modules. For example, if you have a design system in your monorepo, you probably want to always bundle that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
paths for file entries
|
|
|
|
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f
|
|
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb
|
|
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3
|
|
Former-commit-id: a52b8b9f1052b3e3136c249aac0a7d93334a3eb7
|
|
recreate it (and leak memory)
Former-commit-id: 8faf6127547411c1fdcee9e4e7440825f21ecd99
|
|
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c
|
|
Former-commit-id: 6b396f27940250d33539846ae47596066f12034f
|
|
Former-commit-id: a9bfcbce261798cdd0c3f8cb09076dc246920b48
|
|
about unbundled modules in speedy env,
Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82
|
|
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41
|
|
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8
|
|
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37
|
|
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath
Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb
|
|
Former-commit-id: ab73c7b323c222e5d1172c07036653ca98aa8e6b
|