aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/NodeModuleModule.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12track registered one shot fdsGravatar Dylan Conway 2-12/+26
2023-09-11fix formatting in sveltekit guideGravatar Colin McDonnell 1-10/+10
2023-09-11make sure epoll is deletedGravatar Dylan Conway 2-7/+2
2023-09-11fix(path): Fix edge case in `path.relative` (#4811)Gravatar Ai Hoshino 2-2/+15
Close: #4789
2023-09-11Fix `Buffer.from` to handle double-byte hex encoding strings (#4933)Gravatar Ai Hoshino 2-0/+14
Close: #4919
2023-09-11fix(BunFile) .slice offset on macOS (#4991)Gravatar Ciro Spaciari 2-0/+15
* fix offset * simplify error
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 9-41/+111
* reload conditional vars * test * change `get` and `put` methods * dont clone empty env variables
2023-09-11Update benchmark readmeGravatar Colin McDonnell 1-2/+24
2023-09-11fix(bun-lambda): Don't drop arguments in console.log(...) (#4992)Gravatar Justin "J.R." Hill 1-3/+3
Closes #4826
2023-09-11delete on rearmGravatar Dylan Conway 2-16/+17
2023-09-11Fix error message typo in js_ast.zig (#4937)Gravatar Ben Jervis 1-1/+1
2023-09-11update testGravatar Dylan Conway 1-1/+1
2023-09-11Remove unnecessary backticks in quickstart doc page (#4927)Gravatar Diogo Goncalves 1-3/+3
2023-09-11Fixed inconsistent log messages in the Quickstart guide (#4942)Gravatar Vladimir Pesterev 1-1/+1
Looks like it is just a typo and needs to be fixed. Signed-off-by: Vladimir Pesterev <8786922+pesterev@users.noreply.github.com>
2023-09-11Update http.js - Fix Methods Fallback naming (#4948)Gravatar Yonathan Benolol 1-1/+1
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 7-9/+9
2023-09-11Make detect-libc package match the upstream api (#4910)Gravatar fehnomenal 3-14/+14
2023-09-11fix: changes wrong command name in the tests chapter (#4965)Gravatar Krzysztof Szala 1-1/+1
This PR fixes the command name for running tests flagged with `.only`
2023-09-11added .idea to .gitignore (#4951)Gravatar Krystian Pracuk 1-0/+3
2023-09-10Support named imports for json & toml files at runtime (#4783)Gravatar Jarred Sumner 19-73/+481
* Support named exports in json imports * Support named imports for `*.json` files * Remove stale comments * Don't export arrays as non-default * Add test for default exports * Don't break webpack --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-10Fixes #4588 (#4804)Gravatar Jarred Sumner 2-1/+18
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-10Replace unnecessary '`' wih `"` in code snippets (#4792)Gravatar Diogo Goncalves 1-6/+6
2023-09-10Update modules.md - Explain case-insensitivity (#4782)Gravatar Jeroen van Rensen 1-1/+1
2023-09-10docs: remove duplicate sentence from debugger (#4807)Gravatar Ed Knowles 1-1/+1
2023-09-10Update todo-tests.md (#4771)Gravatar toneyzhen 1-1/+1
2023-09-10Add compatibility page link to index.md (#4809)Gravatar Vyacheslav Kulik 1-1/+1
Add a link to compatibility page (https://bun.sh/docs/runtime/nodejs-apis) to its reference in index.md, so it's easier to reach out to.
2023-09-10docs: Update Bun.write(path, Response) example to be clear that it writes ↵Gravatar Tom Sherman 1-1/+1
the body (#4802)
2023-09-10fix(bindings): add missing binding (#4682)Gravatar WingLim 3-0/+5
2023-09-09docs: fix spelling (#4763)Gravatar Rinku Chaudhari 1-1/+1
2023-09-09Fix mongoose ecosystem guid (#4740)Gravatar Richard 1-1/+8
Fix missing method declaration on schema and Schema database name from Kitten to Animal
2023-09-09fix(docs); typo on Nuxt guide page (#4745)Gravatar thunfisch987 1-2/+2
2023-09-09docs: fix wasi-js link (#4741)Gravatar Robert Soriano 2-2/+2
2023-09-09fix: remove from bun-server.test.ts test case (#4709)Gravatar Chris Hutchinson 1-1/+1
2023-09-09fix typo (#4639)Gravatar akumarujon 1-1/+1
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 3-4/+22
* Fix listen() using unix socket if argument is a valid port Fixes #4582 * Add test
2023-09-08fix(docs): connect websocket client repeated documentation (#4615)Gravatar Ana Margarida Silva 1-13/+5
2023-09-08Add extension guideGravatar Colin McDonnell 2-1/+42
2023-09-08Delete docs/ecosystem/buchta.md (#4536)Gravatar xxxhussein 1-36/+0
Delete buchta.md since its development is discontinued by LowByteFox: https://twitter.com/LowByteFox/status/1694025965452636612
2023-09-08Update mongoose.md (#4534)Gravatar Arjunkumar 1-1/+1
2023-09-08Update Svelte Kit Docs (#4541)Gravatar Ethan Steere 1-0/+55
* Update Svelte Kit Docs I added some guidance about how to build for production. Still WIP since I would like to add a more complete deployment guide. * Formatting --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-08docs(template.md): spelling (#4614)Gravatar rajatdua 1-1/+1
2023-09-08Fix code typo in transpiler.md (#4604)Gravatar Frederik De Bleser 1-1/+0
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-09-08Remove await pluginGravatar Colin McDonnell 1-1/+1
2023-09-08docs: fix `--backend` options list on cache.md (#4599)Gravatar Vitor Dino 1-1/+1
`symlink` wasn’t an item, it appeared the same as `copyfile`
2023-09-08Move "Importing CJS from CJS" back out of low-level details section (#4600)Gravatar Dan Fabulich 1-8/+6
This section appears to have been accidentally moved into the low-level details section in 5424ea3403df9cd4672290865f12b6f5b01cf2d0. This fixes the example in the low-level details section, because the "Importing CJS from CJS" section is not the example code that the low-level details section is intended to provide.
2023-09-08Remove community-templatesGravatar Colin McDonnell 2-3/+3
2023-09-08Make the link to application clickable in the terminal (#4544)Gravatar Ondrej Brablc 1-2/+2
Terminals like iTerm require valid URL to make them clickable. Adding a space to make it valid. Similar problem is on https://bun.sh/, where protocol is missing.
2023-09-08Fix `Bun.CryptoHasher` missing argument in docs (#4585)Gravatar Samual Norman 1-2/+2
2023-09-08Update development.md (#4578)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-09-08Fix bun-typesGravatar Ashcon Partovi 1-2/+2