aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17[bun install] Forgot to commit `isCI` functionGravatar Jarred Sumner 1-0/+7
2022-07-17fix printing message for thrown non-error objects (#764)Gravatar Alexander Kuznetsov 1-56/+41
* fix printing message for thrown non-error objects * fine tuning error formatting * more fine tuning error formatting
2022-07-17[bun install] Implement `--no-verify` flag to skip verifying integrity of ↵Gravatar Jarred Sumner 1-2/+16
downloaded packages
2022-07-17[bun install] Rename `skip_verify` -> `skip_verify_installed_version_number`Gravatar Jarred Sumner 1-8/+8
2022-07-17[bun install] Implement `--no-progress` to disable the progress barGravatar Jarred Sumner 2-8/+36
2022-07-17[bun install] Improve performance of integrity hashingGravatar Jarred Sumner 2-15/+20
By using optimized BoringSSL implementations
2022-07-17Bumped hono version number (#746)Gravatar Jochem Hagenaars 1-3/+3
* Bumped hono version number * Changed bun-types version
2022-07-17fixed some licenses in README (#758)Gravatar pathei-kosmos 1-3/+3
* fixed some licenses * typo
2022-07-17fix scoped packages name resolution (#760)Gravatar Alexander Kuznetsov 1-2/+8
2022-07-16test(wiptest): add a way to test wiptest (#699)Gravatar thislooksfun 8-2/+451
This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before!
2022-07-16docs: fix documentation of `atob` and `btoa` (#748)Gravatar thislooksfun 1-6/+6
These function are confusingly named. `btoa` converts "Binary" to Ascii by encoding the input using base64. `atob` reverses that process by base64 decoding the Ascii input into a "Binary" output. The names come from the Unix utilities with the same names, which "converts a binary file to ascii for transmission over a telephone line" (https://www.unix.com/man-page/minix/1/btoa/) See: - https://developer.mozilla.org/en-US/docs/Web/API/atob - https://developer.mozilla.org/en-US/docs/Web/API/btoa - https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa-dev Note: the actual implementation of `btoa` and `atob` are correct, but the docs were backwards.
2022-07-16fix/clean-up-bun-error (#753)Gravatar John Daly 4-101/+54
* Fixing TypeScript errors in bun-error package * Fixing import path * Removing unused 'isClient' prop from AsyncSourceLines * PR feedback
2022-07-15[parser] Fix symbol collision with requireGravatar Jarred Sumner 7-40/+63
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382
2022-07-15Add a TLA testGravatar Jarred Sumner 2-0/+11
2022-07-15[bun.js] Fix non-ascii latin1 string handling in console.logGravatar Jarred Sumner 7-73/+175
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737
2022-07-15minor edit: Makefile (#672)Gravatar Travis Pulley 1-1/+7
* minor edit: Makefile Fixed a suggested command when ninja isn't found to the correct package name * Makefile: minor edit Ninja build has different names in different package managers. This handles both known instances. * Makefile: ninja package name suggestion When checking requirements, ninja build has a different name for brew and ubuntu/debian. This handles both.
2022-07-15fix(README): Remove unused troubleshooting link (#736)Gravatar Finn R. Gärtner 1-1/+0
2022-07-15docs: Added readme file for `blank template` (#727)Gravatar Foyzul Karim 1-0/+13
* Added readme file for blank template * Removed `Special note` section
2022-07-15chore(workflows): dont run on forks (#734)Gravatar Hyro 3-0/+4
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * workflows(bun-dockerhub): dont run on forks * chore(bun-landing): update dont run on forks fix commit changes * workflows(bun): dont run on forks Co-authored-by: xHyroM <xHyroM@users.noreply.github.com>
2022-07-15Use Jarred-Sumner/vscode-zig march18 in devcontainer (#266)Gravatar Hiroaki Nakamura 2-2/+2
2022-07-15chore(workflows): labeler, label sync (#701)Gravatar Hyro 4-0/+152
* chore: labeler.yml * chore(workflows): labeler * chore(workflows): label syncer * chore: labels.yml * chore(labeler): add benchmarks * chore(labels): add packages:bun * chore(labeler): add packages:bun * chore(labels): add question * chore(labels): add esm<>cjs * chore(labels): add chore label
2022-07-15fix(examples/bun-bakery): Create gitignore (#697)Gravatar Finn R. Gärtner 1-0/+42
2022-07-15Create github workflow to publish releases on dockerhub (#716)Gravatar Wulfre 2-0/+87
* Create github workflow to publish releases on dockerhub * Improve readability of final dockerhub dockerfile RUN command Co-authored-by: Wulfre <wulfre@users.noreply.github.com>
2022-07-15fix(types): add missing types from URLSearchParams (#731)Gravatar SaltyAom 1-2/+7
* feat(examples): add kingworld * fix(examples/kingworld): add .gitignore * fix(template/kingworld): rename .gitignore to gitignore * fix(template/kingworld): update to request change * fix(template/kingworld): update 'getting start' to 'Getting Started' * template(kingworld/bun): update to requested change * fix(bun-types): add missing method type of URLSearchParams
2022-07-15template(kingworld): Add kingworld template (#708)Gravatar SaltyAom 7-0/+189
* feat(examples): add kingworld * fix(examples/kingworld): add .gitignore * fix(template/kingworld): rename .gitignore to gitignore * fix(template/kingworld): update to request change * fix(template/kingworld): update 'getting start' to 'Getting Started'
2022-07-15chores(template/react): Update to React 18 (#627)Gravatar Jonathan Rubin 4-15/+31
* Updated react example template * build:(landing) automated website build * removed bun.lockb and most of changes from react example index.html Co-authored-by: rubinj30 <rubinj30@users.noreply.github.com>
2022-07-14fix(templates/blank): Update bun types (#704)Gravatar Hyro 1-1/+1
2022-07-14fix(templates): Fix hono example template (#633)Gravatar YOSHIKI 2-3/+3
* Fix hono example template * Update package.json
2022-07-14fix(packages/bun-landing): Fixed punctuation (#280)Gravatar Mustafa Hasan Khan 3-6/+6
2022-07-14fix small typo in readme (#706)Gravatar 0xflotus 1-1/+1
2022-07-14docs: remove emulating cpu section (#714)Gravatar Robert Soriano 1-22/+0
2022-07-13docs: correct typo missing dots (#603)Gravatar pnxdxt 1-11/+11
2022-07-13docs: Substitute npm install with bun add (#670)Gravatar Fábio Santos 1-2/+2
2022-07-13fix(napi): gurantee -> guarantee (#683)Gravatar Ikko Ashimine 1-2/+2
2022-07-13fix(README): Add punctuation (#611)Gravatar Omer Shahar 1-31/+31
2022-07-13docs: Add bun-bakery template (#649)Gravatar Dennis Dudek 6-0/+69
2022-07-13fix: og:image share url (#678)Gravatar Gabriel Nunes 1-1/+1
* feat: create share image for social media * fix: group meta tags * fix: adjust og:image to full url
2022-07-13add node:http Server polyfill (#572)Gravatar evan 2-2/+556
* node:http polyfill * remove @ts-ignore * reuse emitter instance * requested changes * cleanup Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2022-07-13docs: Link esbuild and @evanw in README (#669)Gravatar Thomas Jaggi 1-1/+1
2022-07-13fix(env_loader): Off by one error (#668)Gravatar Finn R. Gärtner 1-1/+1
2022-07-13Typesbun-v0.1.4Gravatar Jarred Sumner 2-22/+27
2022-07-13switch from stream-browserify to readable-streamGravatar evanwashere 3-27/+1512
2022-07-13Add a console.log benchGravatar Jarred Sumner 3-0/+12
2022-07-13Add newline to symbols (fixes warning)Gravatar Jarred Sumner 1-1/+1
2022-07-13fix benchmark not building with old rust versionGravatar evanwashere 6-11/+11
2022-07-12[http] Fix assertionGravatar Jarred Sumner 1-1/+1
2022-07-12[bun.js] GC more stringsGravatar Jarred Sumner 2-4/+8
2022-07-12[bun install] Handle case that should really never happenGravatar Jarred Sumner 1-10/+12
2022-07-12[bun.js] Fix GC bug with `fetch`Gravatar Jarred Sumner 1-68/+29
2022-07-12feat(landing): create github action rebuilding the site on changes (#651)Gravatar pnxdxt 1-0/+44