Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-16 | Fix running commonjs modules as entry point (#2885) | 2 | -4/+64 | ||
* fix cjs run issue * use a primordial * fix behavior * fix it again * fix tste | |||||
2023-05-16 | feat(WebSocketServer) WebSocketServer wrapper + socket.io initial support ↵ | 22 | -14/+6100 | ||
(#2880) * WebSocketServer wrapper + socket.io initial support * fix up backpressure * fix up backpressure * fix http address * add socket.io tests * add closing tests * add connection state recovery tests for socket.io * add handshake test * add middeware tests for socket.io * added socket.io socket middleware tests * add more socket.io test comment/skip hang tests * add pending package for tests * add server attachment servers for socket.io * add utility-methods tests for socket.io * rename * rename * add messaging-many socket.io tests * add namespaces tests to socket.io * skip some tests * fmt * add packages to general package.json | |||||
2023-05-15 | handle printing missing expressions and add tests (#2872) | 5 | -40/+220 | ||
* handle missing expressions and add tests * minify missing expression blocks in parser | |||||
2023-05-15 | bundler testing (#2886) | 11 | -122/+2008 | ||
* bundler testing * add requireVarThenExport test * work towards adding more esbuild tests * tests * remove this file | |||||
2023-05-15 | Change the debug id suffix to hex encoded "bun!bun!" (#2890) | 2 | -14/+8 | ||
2023-05-15 | Add plugins for yaml & RSC (#2888) | 24 | -0/+793 | ||
* WIP * WIP * Add yaml plugin * Publish v0.0.1 * Updates * Start RSC plugin - not finished * Add readme * Updates * Add shell dirs for a few other plugins | |||||
2023-05-15 | remove incorrect comment | 1 | -1/+0 | ||
2023-05-15 | [bun build] builds w/ sourcemaps get 15% faster | 1 | -30/+71 | ||
parallelize quoting source contents | |||||
2023-05-15 | Add TODO | 1 | -0/+1 | ||
2023-05-15 | Set files with #! as executable | 2 | -4/+13 | ||
2023-05-15 | [bun build] Automatically set target to `bun` when a hashbang is provided | 2 | -1/+15 | ||
2023-05-15 | [bun build --compile] Avoid creating holes | 1 | -20/+12 | ||
2023-05-15 | [bun build --compile] Add some retry logic for opening the files | 1 | -13/+41 | ||
2023-05-15 | Remove unused dockerfile | 4 | -146/+0 | ||
2023-05-15 | More error message cleanup | 3 | -79/+134 | ||
2023-05-15 | Fix crash when importing a file with an unknown extension | 1 | -16/+46 | ||
2023-05-15 | Make `bun build --compile` a little more resilient, output better errors, ↵ | 5 | -29/+120 | ||
and clean up files | |||||
2023-05-15 | More DCE | 2 | -27/+51 | ||
2023-05-15 | Fix broken test | 1 | -17/+8 | ||
2023-05-15 | Fix bug with `req.url` set incorrectly (#2881) | 2 | -7/+22 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-15 | Set more things to `const` | 1 | -13/+12 | ||
2023-05-14 | github actions doesn't like SSH submodules | 1 | -1/+1 | ||
2023-05-14 | Workaround https://github.com/ziglang/zig/issues/15715 | 1 | -2/+6 | ||
2023-05-14 | wip | 1 | -3/+3 | ||
2023-05-14 | Fix `process.argv` with standalone | 2 | -7/+20 | ||
2023-05-14 | a little less inline | 1 | -13/+8 | ||
2023-05-14 | Fix scope chain bug | 1 | -6/+5 | ||
2023-05-14 | fix(spawn) add Uint8Array support for stdout (#2866) | 3 | -50/+167 | ||
* add array_buffer support for stdout * fix comment * fix param name on baby_list * keep test names consistent * add more test cases | |||||
2023-05-14 | feat(Timer.refresh) add refresh support on Timer (#2874) | 10 | -27/+345 | ||
* add refresh support on Timer * fix this return * add refresh setTimeout tests * fix tests and add setInterval test * use setCached for arguments and callback --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-05-14 | fixup | 1 | -2/+2 | ||
2023-05-14 | fix flags | 1 | -2/+2 | ||
2023-05-14 | Single-file standalone Bun executables (#2879) | 28 | -2024/+1415 | ||
* Add LIEF * Compile LIEF * Implement support for embedding files on macOS * proof of concept * Add zstd * Implement runtime support * Move some code around * Update .gitmodules * Upgrade zig https://github.com/ziglang/zig/pull/15278 * leftover * leftover * delete dead code * Fix extname * Revert "Upgrade zig" This reverts commit dd968f30bffb6c06e34302645a3a4468c957fb4e. * Revert "leftover" This reverts commit 7664de7686276cfba431103847d35b9270433dee. * Revert "leftover" This reverts commit 498005be06a8a1747d48824310e5a020b1f90d97. * various fixes * it works! * leftover * Make `zig build` a little faster * give up on code signing support * Support Linux & macOS * Finish removing LIEF * few more * Add zstd to list of deps * make it pretty --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-12 | windows path compatibility (#2869) | 2 | -1/+1 | ||
* winndows path compatibility * change * to "star" and fix import --------- Co-authored-by: cirospaciari <ciro.spaciari@gmail.com> | |||||
2023-05-12 | proper stub for sockets (#2868) | 1 | -8/+80 | ||
2023-05-12 | finish #2864 | 1 | -4/+3 | ||
2023-05-12 | disable sloppy mode block level functions when not bundling (#2864) | 1 | -1/+6 | ||
* enable only during bundling * add `willUseNumberRenamer()` | |||||
2023-05-12 | `root` bundle option (#2859) | 11 | -88/+562 | ||
* handle multiple output files and `[dir]` * get the realpath of `root_dir` * duplicate output paths * add `rootdir` to `JSBundler` * use realpath of input file * add tests for naming and root --------- Co-authored-by: Dave Caruso <me@paperdave.net> | |||||
2023-05-12 | [bundler] Don't wait on sourcmaps that don't exist | 1 | -1/+1 | ||
2023-05-12 | [bundler] De-optimize `import defaultIdentifier from './foo.cjs'` | 1 | -45/+17 | ||
2023-05-12 | [bundler] Empty ESM gets `undefined`, empty CJS gets `{}` | 1 | -6/+22 | ||
2023-05-12 | Fix importstar_ts/ReExportTypeOnlyFileES6 | 1 | -0/+4 | ||
2023-05-12 | sort more | 1 | -1/+1 | ||
2023-05-12 | Fix a couple tests | 1 | -7/+3 | ||
2023-05-12 | Add a couple tests | 1 | -0/+51 | ||
2023-05-12 | handle errors + sort things | 1 | -15/+21 | ||
2023-05-12 | [bundler] Disable export star redirect code size optimization | 2 | -30/+54 | ||
2023-05-12 | [bundler] Fix `export * from ./my-cjs-file.cjs'` | 1 | -4/+5 | ||
2023-05-12 | [bundler] Implement `export * from` code size optimization | 1 | -21/+36 | ||
2023-05-12 | [bundler] Fix --transpile --outfile | 2 | -35/+33 | ||
2023-05-12 | fix proxy status return (#2860) | 2 | -9/+9 | ||