' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/docs/bun-flavored-toml.md (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Update DockerfileGravatar Jarred Sumner 1-2/+2
2022-07-17Use Node v16 in Dockerfile due to glibc 2.28 requirementGravatar Jarred Sumner 1-1/+1
2022-07-17Try with 18.04Gravatar Jarred Sumner 1-1/+1
2022-07-17Downgrade Ubuntu used in `Dockerfile` to hopefully reduce glibc requirement ↵Gravatar Jarred Sumner 1-1/+1
to 2.27
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