Justin Ho
dd057613b9
Update Buffer implementation status in nodejs-apis.md ( #12274 )
2024-07-01 22:08:09 -07:00
Jarred Sumner
6a756bf979
Implement blob: URLs in fetch, import, and Worker ( #11537 )
...
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com >
Co-authored-by: dave caruso <me@paperdave.net >
2024-06-05 18:49:03 -07:00
Jarred Sumner
c717f52459
Update nodejs-apis.md
2024-06-01 19:29:32 -07:00
Jarred Sumner
d38890d30c
Update nodejs-apis.md
2024-06-01 19:29:07 -07:00
Jarred Sumner
814b48116a
Update nodejs-apis.md
2024-06-01 19:28:53 -07:00
Jarred Sumner
152a7e1bd3
Update nodejs-apis.md
2024-06-01 19:28:07 -07:00
Jarred Sumner
b10887c7cb
Update nodejs-apis.md
2024-06-01 19:25:33 -07:00
Jarred Sumner
1041655ff6
Implement addAbortListener and getMaxListeners in node:events ( #11392 )
2024-05-28 15:13:27 -07:00
Jarred Sumner
98b3aeb9ec
Update nodejs-apis.md
2024-05-27 02:28:24 -07:00
Jarred Sumner
50fd2b049a
Update nodejs-apis.md
2024-05-08 23:45:01 -07:00
Jarred Sumner
75420ba12a
Implement process.hasUncaughtExceptionCaptureCallback() ( #10937 )
2024-05-08 19:51:39 -07:00
Meghan Denny
1da810adc1
node:zlib: Brotli ( #10722 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-05-06 22:00:04 -07:00
Jarred Sumner
2bf3f32fb8
Update nodejs-apis.md
2024-04-28 22:58:40 -07:00
Georgijs
e2c36aabff
add docs for UDP ( #10562 )
...
Co-authored-by: Georgijs Vilums <=>
2024-04-26 21:08:51 -07:00
Meghan Denny
181d6a0a83
node:net: stub out [get|set]DefaultAutoSelectFamily[AttemptTimeout] ( #10529 )
2024-04-26 14:35:34 -07:00
dave caruso
81badbac4c
fix(ipc): add json ipc type + buffer incoming messages until a listener is attached. ( #8733 )
...
* fix a few ipc issues
* a
* my own revisions
* remove none as a valid type
* a
* fix windows build
* remove comment
* make it work !!!!!!!!
* a
* formatter nonsense
* blah
* huge update refactor
* awa
* wow
* okay
2024-04-01 01:51:15 -07:00
Jarred Sumner
fa145b2218
Implement fs.openAsBlob ( #9628 )
...
* Implement `fs.openAsBlob`
* Use a function
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2024-03-25 17:21:11 -07:00
Meghan Denny
bb3295ba84
node:url implement domainToASCII and domainToUnicode ( #9257 )
...
* node:url implement domainToASCII and domainToUnicode
* fix arg checks
* remove unneeded use of WTF::Vector
* tidy
* throw a js error if icu fails
* add a ton more tests, fix ascii guard, upconvert latin1
* even more tests
* add a comment for this guard
* use ASSERT_NOT_REACHED() instead of raise(SIGABRT)
2024-03-05 19:46:38 -08:00
cyfung1031
b14c7aa0b5
docs: Correct Incorrect Information ( #9214 )
...
`URL.createObjectURL` is not yet implemented.
See https://github.com/oven-sh/bun/issues/3925
2024-03-04 08:27:18 -08:00
guest271314
dcda49a271
Missing toWeb ( #8937 )
...
https://github.com/oven-sh/bun/issues/3927
2024-02-15 21:41:46 -08:00
dave caruso
4989ef88b8
docs: mark PerformanceEntry and friends as implemented ( #8466 )
...
* docs: mark PerformanceEntry and friends as implemented
* Update docs/runtime/nodejs-apis.md
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-01-29 15:49:06 -08:00
Bjön Limell
fad3db84f0
(docs) Fixed color in node compat ( #8299 )
...
`node:module` was green, when it should be yellow.
2024-01-20 22:54:30 -08:00
Jarred Sumner
f673a84c75
Update nodejs-apis.md
2024-01-15 23:46:12 -08:00
Jarred Sumner
51680dbfdc
Update nodejs-apis.md
2024-01-15 23:45:10 -08:00
Jarred Sumner
1aa36e27cb
Update nodejs-apis.md
2024-01-15 23:44:09 -08:00
Jarred Sumner
e6285a1cc8
Update nodejs-apis.md
2024-01-15 23:43:52 -08:00
Markus Ekholm
9a0dadad24
feat: implemented assert.doesNotMatch ( #8008 )
...
* implemented assert.doesNotMatch
* fixed assert.match and assert.doesNotMatch tests and ensure it throws when actual is not a string
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-01-08 17:31:54 -08:00
Risu
98242fa10d
Add node:test to Node.js compatibility docs ( #7779 )
2023-12-22 09:21:35 -08:00
Dylan Conway
d79fa7ac1a
remove bun.parseargs and update docs
2023-11-30 18:04:48 -08:00
Jarred Sumner
d8be3e51b4
Support glob.scan(string) ( #7279 )
...
* Support `glob.scan(string)`
* Create glob.md
* Update glob.md
* fixup
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-11-22 16:12:28 -08:00
Jarred Sumner
6851a57ebd
Update nodejs-apis.md
2023-10-28 20:17:20 -07:00
Jarred Sumner
6a17ebe669
Update nodejs-apis.md
2023-10-11 01:59:56 -07:00
Colin McDonnell
323ae0f2a3
Update Node.js compat docs ( #6282 )
...
* Update nodejs-apis
* No commas
* Updates
2023-10-05 16:03:21 -07:00
Colin McDonnell
640b0b4df9
Improve docs
2023-09-28 14:14:44 -07:00
Vlad
cd09bb0e9b
Add fs.statfs{Sync} to missing fs apis ( #6030 )
2023-09-25 10:55:55 -07:00
Jarred Sumner
7027493196
Update nodejs-apis.md
2023-09-25 00:39:53 -07:00
Jarred Sumner
bd4523798f
Clarify
2023-09-24 23:47:20 -07:00
Jarred Sumner
d1e9b33cac
On Linux, respect memory limit from cgroups ( #5849 )
...
* Implement `process.constrainedMemory()`
* Add a comment
* Handle max
* Missing header
* We can use WTF::ramSize now
* Update WebKit
* Update ZigGlobalObject.cpp
* WebKit
* ✂️
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 07:25:18 -07:00
Weyert de Boer
f4e7f6db7c
docs: update node compability ( #5562 )
2023-09-19 13:26:50 -07:00
dave caruso
29b22175bf
feat(runtime): add process.binding uv/natives/config + make global object properties lazy ( #5355 )
...
* binding uv
* we did that
* some more bindings
* fix doc
* fix uv
* yo
* static hash table nonsense <3
* huge refactor to the global object i am not ready for merge conflicts
* it works part 3
* lose
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-15 08:22:06 -07:00
Steven
64033f11cc
chore(docs): include missing links to Node.js APIs ( #5281 )
...
These links make it easy to click and jump to another section.
2023-09-13 14:08:28 -07:00
Diogo Goncalves
b910db74be
Add missing full stop on nodejs-apis.md ( #5072 )
2023-09-12 18:51:15 -07:00
Colin McDonnell
5424ea3403
Doc updates for v1.0 ( #4485 )
...
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
2023-09-07 10:09:09 -07:00
dave caruso
57a06745a4
Progress for Next.js ( #4468 )
...
* L
* ipc
* asdfghjkl
* dfghjk
* it works!
* types
* patches for next.js
* sdfghj
* wsdfgn,./
* this
* yolo
* okay loser
* asdfghjk
* add some more APIs
* MESS
* sdfghjkl
* remove native events from streams
* stuff
* remove lazy(primordials) test
* debugging
* okay
* less fake extensions object
* fix `Buffer.toString()` args logic
* fix deserialize
* make tests work
* add test for `Buffer.toString` args
* Update server.zig
* remove test
* update test
* Update spawn-streaming-stdin.test.ts
* fix linux build
* Update fs.test.ts
* cli message improvements
* dfshaj
* Fix fs.watch bug maybe?
* remove
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2023-09-07 04:58:44 -07:00
Birk Skyum
3b9829f171
Update nodejs compat docs cp/cpSync/watchFile/unwatchFile ( #4525 )
2023-09-06 14:04:07 -07:00
Colin McDonnell
3a45f2c71b
Docs and types for v0.8.0 ( #4199 )
...
* Improve test documentation
* Update nodejs compat docs with tty
* Add debugger guide
* Document Bun.inspect.custom, improve bun test nav
* Address reviews
* Update Bun.file types
* Add Nuxt guide
* Add tty types
2023-08-21 21:34:03 -07:00
dave caruso
67a8b75183
fix this page ( #4172 )
2023-08-15 19:02:46 -07:00
Colin McDonnell
9222316101
Update Node.js compat docs
2023-08-03 17:48:18 -07:00
Colin McDonnell
8589ba2f17
Update stricjs
2023-07-31 17:07:01 -07:00
Colin McDonnell
dd8fdd87dc
Switch table to headings in Nodejs compat page
2023-07-31 16:39:09 -07:00