Jarred Sumner
10b04fbd26
Add missing type
2022-12-03 08:26:53 -08:00
Dylan Conway
9cc03cd71a
matchers for less than and greater than ( #1573 )
...
* toBeGreaterThan with tests
* toBeGreaterThanOrEqual and tests
* toBeLessThan and toBeLessThanOrEqual with tests
* expect types
* switch expressions
2022-12-02 20:35:13 -08:00
Jarred Sumner
ba6908aed7
Remove getSetCookie() from types
2022-12-02 19:35:35 -08:00
Jarred Sumner
d84f79bcc1
[fetch] Implement Headers#getAll and Headers#getSetCookie()
...
This matches Deno's behavior (get() combines, iterator preserves the order, set and append combine), but implements both the Cloudflare Workers `getAll()` and the potential standard `getSetCookie` function. The rationale for choosing both is to better support libraries which check for `getAll` and also because `getSetCookie` seems a little confusing (names are hard)
This also makes `.toJSON` and JSON.stringify return an array for `Set-Cookie`
2022-12-02 07:42:44 -08:00
Dylan Conway
917cbc8d5d
incorrect name for matcher
2022-12-02 02:30:35 -08:00
Dylan Conway
1506a25198
formatting and remove comment
2022-11-30 16:40:54 -08:00
Jarred Sumner
d1a4f4fd69
Introduce FileSink.ref() and FileSink.unref()
2022-11-25 00:08:36 -08:00
Jarred Sumner
4a698ed52c
[FileSystemRouter] Start to add types
2022-11-24 00:05:57 -08:00
Jarred Sumner
17fa4211ac
Introduce Bun.unsafe.gcAggressionLevel API
2022-11-19 22:21:35 -08:00
Jarred Sumner
3b802c9a13
Add non-standard headers API types
...
cc @colinhacks @Electroid
2022-11-15 18:32:57 -08:00
Jarred Sumner
bf75f61ddf
Update test types a little
...
cc @colinhacks
`test` is an alias of `it`
`done` accepts an `error` object
2022-11-15 00:12:34 -08:00
Jarred Sumner
1b608fcc8a
Add missing type
2022-11-15 00:12:34 -08:00
Jarred SUmner
7da520b22e
Add missing type
2022-11-12 20:28:10 -08:00
Jarred Sumner
8753c483ff
Implement Server.publish()
...
Fixes https://github.com/oven-sh/bun/issues/1417
2022-11-09 23:54:56 -08:00
Colin McDonnell
f7f1b60444
Add bun-types, add typechecking, add child_process types ( #1475 )
...
* Add bun-types to packages
* Improve typing
* Fix types in tests
* Fix dts tests
* Run formatter
* Fix all type errors
* Add strict mode, fix type errors
* Add ffi changes
* Move workflows to root
* Add workflows
* Remove labeler
* Add child_process types
* Fix synthetic defaults issue
* Remove docs
* Move scripts
* Run prettier
* Include examples in typechecking
* captureStackTrace types
* moved captureStackTrace types to globals
* Address reviews
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu >
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2022-11-09 15:40:40 -08:00
Ashcon Partovi
0a2c101c28
Update install script to use secure flags
2022-10-20 18:44:50 -07:00
Jarred Sumner
57e5c35277
latest
2022-10-18 23:05:23 -07:00
Jarred Sumner
0a1fca5d7d
Update
2022-10-13 16:43:44 -07:00
Jarred Sumner
1cd67b62e9
Update package.json
2022-09-25 13:14:23 -07:00
Jarred Sumner
2346be55fc
Fix issue with react-is in bun-framework-next
2022-09-23 00:31:45 -07:00
Jarred Sumner
1c492e2791
Update package.json
2022-08-28 21:51:24 -07:00
Jarred Sumner
8fafc2f9ed
[bun-landing] inline via data uri
2022-08-21 01:01:03 -07:00
Jarred Sumner
bc412e1f6f
slightly improve streams perf
2022-08-17 19:25:43 -07:00
Ikko Ashimine
65ca0503a7
[bun error] fix typo in markdown.ts ( #995 )
...
happend -> happened
2022-08-12 19:22:32 -07:00
Jarred Sumner
01847cabd2
Delete server polyfill
2022-08-09 01:41:13 -07:00
TiKevin83
ceb78d2bb9
Update example Next app to 12.2 ( #1033 )
...
* Update bun-framework-next for version 12.2
* Match on minor version for next peer dependency per compatibility issues
* Update example next app packages per 12.2 integration
* Update next version warning per minor version compatibility changes
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2022-08-08 15:29:12 -07:00
Jarred Sumner
c94091d8b1
Refresh all the bun.lockb
2022-08-05 23:28:19 -07:00
Lee Robinson
95294d245c
Convert landing page to zero-JS Next.js application. ( #945 )
2022-08-05 00:37:34 -07:00
Oran Simhony
43c1f17d1f
Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. ( #944 )
...
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh.
* Fix: changed urls from types.d.ts to base bun-types repo.
2022-07-31 15:41:45 -07:00
Jarred Sumner
d61ef19ecf
Update bun-framework-next for Next 12.2
2022-07-29 22:06:57 -07:00
TiKevin83
b765619ad6
Update bun-framework-next for Compatibility with Next 12.2+ ( #920 )
2022-07-29 20:48:18 -07:00
Kevin Ingersoll
b70f6fcb51
landing/docs: make Bun naming consistent ( #906 )
...
* landing/docs: make Bun naming consistent
* fix spacing, wrap one more code thing
2022-07-28 13:48:21 -07:00
Jarred Sumner
ba0657410d
Remove bun-types from repo
2022-07-26 22:10:01 -07:00
Jarred Sumner
b11069420d
update bench number
2022-07-25 13:30:44 -07:00
John Daly
3c0f18f704
fix/clean-up-bun-error ( #753 )
...
* Fixing TypeScript errors in bun-error package
* Fixing import path
* Removing unused 'isClient' prop from AsyncSourceLines
* PR feedback
2022-07-16 15:14:14 -07:00
Mustafa Hasan Khan
0d65a1fe10
fix(packages/bun-landing): Fixed punctuation ( #280 )
2022-07-14 20:20:43 +02:00
pnxdxt
1ea4dc13f0
docs: correct typo missing dots ( #603 )
2022-07-13 23:51:22 +02:00
Gabriel Nunes
5a2425d585
fix: og:image share url ( #678 )
...
* feat: create share image for social media
* fix: group meta tags
* fix: adjust og:image to full url
2022-07-13 10:39:51 -07:00
Jarred Sumner
64c93a0569
Types
2022-07-13 01:32:21 -07:00
Gabriel Nunes
7b3dbf1108
feat(packages/bun-landing): Create share image for social media ( #629 )
...
* feat: create share image for social media
* fix: group meta tags
2022-07-12 22:20:39 +02:00
Jarred Sumner
6eebd11a06
.3 not .0
2022-07-12 12:26:58 -07:00
Jarred Sumner
56ac919f54
[landing] Hashing benchmark
2022-07-12 12:21:56 -07:00
evanwashere
cbc1e407c3
use permalinks for landing page
2022-07-12 12:57:28 -04:00
evan
e55d6eed2b
fix benchmark urls on landing page ( #636 )
2022-07-12 18:49:32 +02:00
pnxdxt
80969a59a5
chore(landing): build changes ( #626 )
2022-07-12 16:40:39 +02:00
pnxdxt
ae02cad3f5
docs: remove double v of version ( #601 )
2022-07-12 01:11:32 +02:00
Ryan Russell
f0529ca253
docs(various): .md readability improvements ( #597 )
2022-07-12 00:41:23 +02:00
Evan Boehs
349eb9481d
docs: builtin -> built-in ( #585 )
2022-07-12 00:38:42 +02:00
Jarred Sumner
fb03027b5b
Broken links?
2022-07-11 13:41:48 -07:00
B E C H
d3ec0e204f
Fixed broken links on the Bun.serve benchmark ( #590 )
...
Fixed the broken links to the Bun.serve benchmark sources.
2022-07-11 13:39:42 -07:00