aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/string_decoder.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-19 02:29:07 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-19 02:29:07 -0800
commitd3a93d527336af73df838d69ca42ad1b18adebb8 (patch)
tree726dad460bf4ee2608ffa9557943df11da56f8c3 /src/node-fallbacks/string_decoder.js
parented9637de5056af4572ec5e0a75feee9ca858798e (diff)
downloadbun-d3a93d527336af73df838d69ca42ad1b18adebb8.tar.gz
bun-d3a93d527336af73df838d69ca42ad1b18adebb8.tar.zst
bun-d3a93d527336af73df838d69ca42ad1b18adebb8.zip
`fs.*Sync()`, `bun wiptest`, and More ™ (#106)
* very very wip * almost ready to fix the errors * Update identity_context.zig * Update base.zig * [bun test] It runs successfully * Remove unnecessary call * [Bun.js] Improve JS <> Zig unicode string interop This fixes longstanding unicode bugs with `console.log` & `fetch`. I believe @evanwashere reported this first awhile ago * [Bun.js] Implement `Object.is()` binding and a way to set a timeout for script execution * Update PLCrashReport.zig * [Bun.js] Make `console.log` more closely match Node.js and Deno * [Bun.js] Implement formatting specifier for console.* * Implement `console.clear()` * bug fix * Support console.clear() * Buffer stderr * [bun test] Begin implementing Node.js `fs` * Update darwin_c.zig * Implement more of `fs` * `mkdir`, `mkdir` recursive, `mkdtemp` * `open`, `read` (and pread) * Move some things into more files * Implement readdir * `readFile`, `readLink`, and `realpath` * `writeFile`, `symlink`, `chown`, `rename`, `stat`, `unlink`, `truncate` * `lutimes` * Implement `SystemError` and begin wiring up the `fs` module * `"fs"` - Most of the arguments / validation * `fs` - Rest of the arguments / validations * Begin wiring up the `fs` module * Fix all the build errors * support printing typed arrays in console.log * It...works? * Support `require("fs")`, `import fs from 'fs';`, `import * as fs from 'fs'` * Fix a couple bugs * get rid of the crash reporter for now * Update fs.exports.js * [bun.js] slight improvement to startup time * [bun.js] Improve error message printing * [Bun.js] Add `Bun.gc()` to run the garbage collector manually and report heap size * [Bun.js] Add Bun.generateHeapSnapshot to return what JS types are using memory * [Bun.js] Add `Bun.shrink()` to tell JSC to shrink the VM size * Improve encoding reader * [bun.js] Improve callback & microtask performance * Update node_fs.zig * Implement `console.assert` * simple test * [Bun.js] Prepare for multiple globals/realms to support testing * Create callbacks-overhead.mjs * Update http.zig * [Bun.js] Implement `queueMicrotask` * Add test for queueMicrotask * :sleepy: * [Bun.js] Implement `process.versions`, `process.pid`, `process.ppid`, `process.nextTick`, `process.versions`, * Implement `process.env.toJSON()` * [Bun.js] Improve performance of `fs.existsSync` * :nail_care: * [Bun.js] Implement `process.chdir(str)` and `process.cwd()`, support up to 4 args in `process.nextTick` * Make creating Zig::Process lazy * Split processi nto separte file * [Bun.js] Node.js Streams - Part 1/? * [Bun.js] Node.js streams 2/? * WIP streams * fix crash * Reduce allocations in many places * swap * Make `bun` start 2ms faster * Always use an apiLock() * libBacktrace doesn't really work yet * Fix crash in the upgrade checker * Clean up code for importing the runtime when not bundling * :camera: * Update linker.zig * 68! * backtrace * no, really backtrace * Fix * Linux fixes * Fixes on Linux * Update mimalloc * [bun test] Automatically scan for {.test,_test,.spec,_spec}.{jsx,tsx,js,cts,mts,ts,cjs}
Diffstat (limited to 'src/node-fallbacks/string_decoder.js')
0 files changed, 0 insertions, 0 deletions
;showmsg=1&follow=1'>src/components/ThemeToggle.tsx (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-01-02fix: injected route entrypoint (#12816)Gravatar Emanuele Stoppa 2-1/+12
2025-01-02fix: missing log (#12814)Gravatar Emanuele Stoppa 2-8/+25
2025-01-02fix: pass emulated entry to getCollection filter function (#12875)Gravatar Matt Kane 4-8/+32
* fix: pass emulated entry to getCollection filter function * Add test
2025-01-02[ci] formatGravatar Emanuele Stoppa 1-1/+1
2025-01-02fix(core): add error log for server islands (#12768)Gravatar Emanuele Stoppa 9-8/+34
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-01-02fix: pass cookie options to delete (#12820)Gravatar Matt Kane 3-16/+26
2025-01-02fix: session regeneration (#12864)Gravatar Chris Kanich 3-2/+53
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-02Fix Vue & Svelte server renderer types (#12776)Gravatar Amine Ilidrissi 3-2/+12
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-02fix: make `reference()` a sync transform (#12781)Gravatar Matt Kane 3-4/+20
2024-12-31Fix sync-examples workflow (#12562)Gravatar Bjorn Lu 1-22/+20
2024-12-26fix(@astrojs/rss): revert incorrect Content-Type header applied for RSS XML ↵Gravatar Chloe Arciniega 3-2/+7
file (#12829) * fix: revert content-type changes * chore: changeset
2024-12-24patch: update partytown dependencies (#12822)Gravatar Scott Davis 4-15/+28
2024-12-23[ci] formatGravatar Louis Escher 1-1/+1
2024-12-23Fix server island script breaking when charset is added to content-type (#12810)Gravatar Louis Escher 5-1/+28
2024-12-20fix(toolbar): assign label to icons (#12734)Gravatar Emanuele Stoppa 3-6/+6
2024-12-20fix: better logs for invalid content config (#12798)Gravatar Matt Kane 6-4/+69
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2024-12-20[ci] release (#12790)astro@5.1.1@astrojs/vue@5.0.3@astrojs/tailwind@5.1.4@astrojs/svelte@7.0.2@astrojs/studio@0.1.3@astrojs/solid-js@5.0.1@astrojs/react@4.1.2@astrojs/preact@4.0.1@astrojs/mdx@4.0.3@astrojs/markdoc@0.12.4@astrojs/db@0.14.5@astrojs/alpinejs@0.4.1Gravatar Houston (Bot) 51-124/+177
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-20fix(deps): upgrade Vite (#12799)Gravatar Matt Kane 14-84/+152
2024-12-20update comment in packages/astro/src/types/public/common.ts (#12782)Gravatar Hiromasa Fujimori 2-1/+6
2024-12-19[ci] formatGravatar Matt Kane 1-4/+2
2024-12-19fix: pass raw frontmatter to when parsing markdown in glob loader (#12789)Gravatar Matt Kane 13-1/+171
2024-12-19chore: move files to `.mjs` (#12765)Gravatar Emanuele Stoppa 2-0/+0
2024-12-19chore: fix links in session errors (#12787)Gravatar Matt Kane 1-4/+4
2024-12-19[ci] release (#12762)astro@5.1.0Gravatar Houston (Bot) 33-159/+140
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>