aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-11Update nodejs-apis.mdGravatar Jarred Sumner 1-1/+1
2023-10-05Update Node.js compat docs (#6282)Gravatar Colin McDonnell 1-18/+20
* Update nodejs-apis * No commas * Updates
2023-09-28Improve docsGravatar Colin McDonnell 1-673/+0
2023-09-25Add fs.statfs{Sync} to missing fs apis (#6030)Gravatar Vlad 1-1/+1
2023-09-25Update nodejs-apis.mdGravatar Jarred Sumner 1-4/+4
2023-09-24ClarifyGravatar Jarred Sumner 1-1/+1
2023-09-21On Linux, respect memory limit from cgroups (#5849)Gravatar Jarred Sumner 1-1/+1
* Implement `process.constrainedMemory()` * Add a comment * Handle max * Missing header * We can use WTF::ramSize now * Update WebKit * Update ZigGlobalObject.cpp * WebKit * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-19docs: update node compability (#5562)Gravatar Weyert de Boer 1-1/+1
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵Gravatar dave caruso 1-1/+1
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-13chore(docs): include missing links to Node.js APIs (#5281)Gravatar Steven 1-2/+2
These links make it easy to click and jump to another section.
2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-2/+2
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 1-5/+5
* 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-06Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525)Gravatar Birk Skyum 1-2/+2
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-1/+1
* 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-15fix this page (#4172)Gravatar dave caruso 1-5/+5
2023-08-03Update Node.js compat docsGravatar Colin McDonnell 1-3/+3
2023-07-31Update stricjsGravatar Colin McDonnell 1-220/+220
2023-07-31Switch table to headings in Nodejs compat pageGravatar Colin McDonnell 1-4/+444
2023-07-28Update nodejs-apis.mdGravatar Jarred Sumner 1-4/+4
2023-07-28Update nodejs-apis.mdGravatar Jarred Sumner 1-5/+5
2023-07-23Update nodejs-apis.md (#3762)Gravatar Alexander Trefz 1-2/+2
`structuredClone` is implemented as of v0.7
2023-07-19update root certificates and add tls.rootCertificates (#3688)Gravatar Ciro Spaciari 1-1/+1
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs
2023-07-17[tls] General compatibility improvements (#3596)Gravatar Ciro Spaciari 1-1/+1
* wip * subjectaltname * more progress * bindings * fmt * getCert/getPeerCertificate * fix checkServerIdentity * fix checkServerIdentity * add a lot of TLSSocket functions * getEphemeralKeyInfo fix and comment * add alternative for getEphemeralKeyInfo * add get session and set session * fix isSessionReused * get back the raw data for MSSQL * fixeup * fixup getSession + tests * fix doc + fmt * getFinished/getPeerFinished * codegen * fixup * revert webkit * more fixes * ssl helper + revert test oops * asserts
2023-07-16Fixes base64url encoding for crypto (#3654)Gravatar Jarred Sumner 1-2/+1
* Fixes base64url encoding for crypto * :green_apple: * Update nodejs-apis.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16Implement Workers (#3645)Gravatar Jarred Sumner 1-1/+1
* copy files * format * options * Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals * Stub `Worker.prototype.ref` & `Worker.prototype.unref` * Update web_worker.zig * Worker works * Add "mini" mode * add wakeup * Partially fix the keep-alive issue * clean up refer behavior * Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8` * Types & docs * Update globals.d.ts * Add mutex * Fixes --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-13Update docs/types for process (#3631)Gravatar Colin McDonnell 1-1/+1
* Update docs/types for process * Tweaks * Tweaks * Fix types
2023-07-10feat(crypto) add getCurves (#3598)Gravatar Ciro Spaciari 1-1/+1
* add getCurves * add nodefallbacks * update docs * oops
2023-07-06Update listGravatar Jarred Sumner 1-5/+5
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 1-3/+3
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-06-01Fix streams breaking on reverted EventEmitter / Make Discord.js work (#2913)Gravatar dave caruso 1-1/+1
* Revert "Revert "use a lazyily initialized stream for `node:crypto` `createHash` (#2652)"" This reverts commit 613bb4822ee8f4fbfd78aef391e2db8f07659a6f. * Revert "Revert "implement `node:events` in javascript (#2604)"" This reverts commit a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7. * oops * fix entrypoints stuff * fix hash copy * use native events for node streams and crypto * requested changes * oops * make discord.js work * fix webkit hash * headers tojson
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-2/+2
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-05-23fix bun init and update node vm docs (#3014)Gravatar dave caruso 1-2/+2
2023-04-21Revert "implement `node:events` in javascript (#2604)"Gravatar Jarred Sumner 1-1/+1
This reverts commit 96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.
2023-04-18implement `node:events` in javascript (#2604)Gravatar dave caruso 1-1/+1
* initial event emitter reimplementation * implement most of node:events. tests passing * work on emitter * fix importing node:events * work on event emitter tests * event work * event work * event stuff and experimenting with a lazy createHash * cleanup crypto stuff i had on this branch * finish event stuff up * fix error monitor * validate listeners are functions * changes requested
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+683
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates