Meghan Denny
|
5caca9cd48
|
add .bytes() method to various readables (#11104)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-05-16 19:10:50 -07:00 |
|
dave caruso
|
9e6e8b0234
|
feat(runtime): align import.meta.resolve with node.js's implementation (#5827)
* works
* works
* a
* fix zig compiler error
* fix things
* [autofix.ci] apply automated fixes
* a
* not done
* finish this
* [autofix.ci] apply automated fixes
* self check
* delete committed generated file (#9717)
* Fix bug with PipeWriter (#9714)
* fix!: do not lookup cwd in which (#9691)
* do not lookup cwd in which
* fix webkit submodule
* fix compilation on linux
* feedback
* default process.env.NODE_ENV to undefined (#9695)
* small changes
* [autofix.ci] apply automated fixes
* fix(windows) fix node-stream tests/ windows file reader/writer (#9718)
* fix canceled onFileRead
* report continue errors and fix closing
* also fix pipe writer
* avoid possible memory leaks
* Propagate errors in open
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* posix failures
* windows fixes
* avoid using c++ labels
* add a resolver
* fix compile test AGAIN
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Meghan Denny <hello@nektro.net>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-04-01 02:21:34 -07:00 |
|
Ashcon Partovi
|
cc4479096a
|
Update lockfiles
|
2024-03-20 09:16:01 -07:00 |
|
hugo-syn
|
f43ecd8aa2
|
chore: Fix multiple typos (#8121)
|
2024-01-12 14:07:40 -08:00 |
|
Jarred Sumner
|
03298cba70
|
Disable parseArgs implementation until https://github.com/oven-sh/bun/pull/7310#issuecomment-1837135393 is addressed
|
2023-12-02 04:29:13 -08:00 |
|
Otger Rogla
|
70039ff038
|
feat(parseArgs): Native implementation of parseArgs from node:util (#7310)
* Native implementation of parseArgs from node:util
* small change to validators + added some docs
|
2023-11-30 16:34:44 -08:00 |
|
Colin McDonnell
|
31814934f3
|
CLI flags (#6395)
* WIP
* WIP
* Improve helptext
* WIP
* WIP
* WIP
* WIP
* Clean up, implement warn_on_unrecognized_flag
* Fix struct
* Tweaks
* Fix bunx test
* Address reviews
* Init and create
* Updates
* bunx
* Tweaks
* Lockfile
* tweak
* tweak
* tweak
* tweak
* Remove comments
* Add back origin and port
* Remove logging
* Updates
* fmt
* fix rebasing mistakes
* bruh
* expose node builtins for -e
* add tests and fix it on windows
* a
* lol
* okay
* finish things up
* Update src/deps/zig-clap/clap/streaming.zig
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
---------
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2023-11-15 18:15:10 -08:00 |
|
Jarred Sumner
|
a77ed151af
|
[git] Normalize line endings
|
2023-08-29 15:30:07 -07:00 |
|
jhmaster
|
55eb4ffe8f
|
Update bun-polyfills & bun-wasm (#4246)
* automate Bun.version & revision polyfills
* polyfill Bun.gc
* bun:jsc module initial polyfills
* update peechy schema
* bun-polyfills: fix some project configs
* bun-wasm: lots of fixes
* bun-polyfills: Bun.Transpiler impl.
* revision hash update
|
2023-08-24 14:39:28 -07:00 |
|
jhmaster
|
117cee5ca5
|
bun-wasm fixes & improvements (#4126)
* automate Bun.version & revision polyfills
* polyfill Bun.gc
* bun:jsc module initial polyfills
* fixes & improvements to bun-wasm
|
2023-08-11 18:20:21 -07:00 |
|
jhmaster
|
40befd8770
|
Sync bun-polyfills branch (#4081)
* bun-polyfills: initial impl. & baseline refactor
* move @types/ws dep from root to /test/
* bun-types: remove ReadableStream.forEach method
(this does not exist, probably added by mistake)
* bun-polyfills: remove extraneous stream utils
* bun-polyfills: add types syncing file
* bun-polyfills: re-arrange global polyfills
* bun-polyfills: fix FileBlob streams types again
* bun-polyfills: sync all of @types/node
* bun-polyfills: typeguard all current polyfills
* bun-polyfills: fix import paths
* bun-polyfills: switch to wasm impl. of farmhash
* bun-polyfills: support default import of bun obj
* bun-polyfills: transpiler placeholder file
* bun-polyfills: loaderless import.meta polyfill
* bun-polyfills: refactor import.meta polyfill
* bun-polyfills: repl entrypoint & todo list index
* bun-types: Add null to return type of Bun.which
* bun-types: match Bun.sha with Bun.hash.SHA512_256
* bun-polyfills: new "repl" package.json script
* bun-polyfills: full refactor of toplevel hashes
* bun-polyfills: these are fixed
* bun-types: NODE_ENV is optional
* bun-polyfills: fix Bun.env types
* bun-types+polyfills: fix HeapSnapshot.version type
* bun-polyfills: fix some web streams type conflicts
* bun-polyfills: update internal FileBlob.slice
* bun-polyfills: fix subproc stdin conversions
* bun-polyfills: better internal fileblob types
* bun-polyfills: try to sync global performance type
* bun-polyfills: working zig wasm polyfills setup
* bun-polyfills: update scripts
* bun-polyfills: fix wasm file location resolution
* bun-polyfills: goodbye farmhash (replaced by zig)
* bun-polyfills: move all Bun.hash polyfills to zig
* bun-polyfills: reimpl. seeding of seeded hashes
* bun-polyfills: impl. undocumented murmur32v2
* bun-polyfills: switch zighash from jsdoc to .d.ts
* bun-types: partial fix of Hash types
* bun-polyfills: documented Hash.murmur32v2
* bun-polyfills: misc updates
* bun-polyfills: enable sourcemaps
* bun-polyfills: handle empty inputs to hash funcs
* bun-types: narrow down hash func types
* bun-polyfills: remove unnecessary bigint casts
* bun-polyfills: impl. Bun.isMainThread
* bun-polyfills: impl. Bun.sleep and fix sleepSync
* bun-polyfills: impl. indexOfLine
* bun-polyfills: impl. Bun.peek.status
* bun-types: fix hashing test
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2023-08-10 12:17:39 -07:00 |
|