aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-21chore(git): ignore .envrc file (#5873)Gravatar Igor Shapiro 1-1/+2
2023-09-20remove /test.js and git ignore it - sorryGravatar dave caruso 1-0/+1
2023-08-24Update tsconfig.base.jsonGravatar Colin McDonnell 1-1/+2
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 1-0/+2
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-08-11`bun-wasm` fixes & improvements (#4126)Gravatar jhmaster 1-0/+2
* automate Bun.version & revision polyfills * polyfill Bun.gc * bun:jsc module initial polyfills * fixes & improvements to bun-wasm
2023-08-02Rewrite built-in modules to use CommonJS over ESM (#3814)Gravatar dave caruso 1-1/+4
* stfdsafsd sadffdsa stuff finish commonjs stuff asdf not done but work not done but work not done yet but this is how far i am remove files lol update built files uncomment everything in events lol export default stuff * afdsafsd * its not perfect but almost done * okay * cool * remove temp file * finish rebase * revert settings.json * a * ch-ch-ch-ch-changes * okay * remove this check in release for now * sxdcfghnjm, * lkjhgf * fmt * filename can be null * Update NodeModuleModule.h * weee * fmt --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-19Implement `AsyncLocalStorage` (#3089)Gravatar dave caruso 1-0/+2
* work to get async local storage working. * a * a * everything but queueMicrotask * sdfghj * . * finish * tests * test * ok * done * im so stupid * Upgrade WebKit * refactor * refactor * changes requested * oops * cool * fix runInAsyncScope
2023-06-17[eventsource] SSE Client (#3074)Gravatar Ciro Spaciari 1-0/+2
* fix flush * remove logs * add HTTP/1.1 eventsource * fix parse spec * multiple data in one event * get lastEventId for reconnection * fix parsing add reconnect * fix reconnection retry * add retry option * move eventsource to builtins * remove duplicate interface on globals.d.ts * move test to TS * fmt * allow no Content-Length or Transfer Encoding * udpate builtins * hardcoded * merge * revert /src/out * updated * Update .gitignore * Make the tests fail * Cleanup EventSource getter * fixup * fixup TS * fmt * update builtins * fix tests * Clear existing timeouts * Add `ref` and `unref` methods * Use `super` to make prototype pollution slightly harder * Reduce test timeout * Regenerate builtins * prettier + ref/unref * Outdated * forgot to commit this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-0/+2
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs
2023-05-05[misctools] Add cold jsc start testGravatar Jarred Sumner 1-0/+3
2023-04-24Reduce friction for building with npm (#2723)Gravatar Plecra 1-1/+1
This was the only dependency on bun that I encountered while building the project, and the change to the gitignore ensures that it's easy to make changes after an npm based build
2023-04-08Rewrite Developer Docs, Improve DX for new users, moving away from ↵Gravatar dave caruso 1-0/+1
Devcontainer (#2588) * new docs starting point. missing alot of information * very experimental idea: make setup * run on ubuntu 20 * builds on ubuntu 20 (wsl) now * add release instructions * add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing * changes requested
2023-03-30Generate dependency files in `make bindings` (#2510)Gravatar Dylan Conway 1-1/+2
* generate dependency files, include in makefile * move `make webcrypto` to `make bindings` * update more references to `make webcrypto` * remove `-lwebcrypto`
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+2
2023-03-04dump failing tests to diskGravatar Jarred Sumner 1-0/+2
2023-01-28Support running WASI (WebAssembly) files using `bun run` (#1929)Gravatar Jarred Sumner 1-2/+1
* another micro bench * Support running WASI --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-21Update .gitignoreGravatar Jarred Sumner 1-0/+1
2023-01-07Implement DNS module (#1691)Gravatar Jarred Sumner 1-0/+2
* Boilerplate for DNS stuff * Add c-ares * lookup * make * Implement dns.lookup * Create c-ares * wip * normalize * repro * Revert "repro" This reverts commit 8b93e0c295b335b8882a9601da47720348549beb. * Implement macOS `getaddrinfo_async_start` * embiggen * Update string_immutable.zig * Update Makefile * alright * Update .gitignore * Add types * more ccache * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.d.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-02Auto-install and link webkitGravatar Jarred Sumner 1-0/+2
2022-12-07chore: add eslintcache (#1586)Gravatar Simon He 1-0/+1
2022-12-03Update .gitignoreGravatar Jarred Sumner 1-0/+1
2022-08-28Remove code that doesn't workGravatar Jarred Sumner 1-0/+1
2022-07-31fix(makefile): devcontainer install (#933)Gravatar dave caruso 1-0/+1
2022-06-07Web Streams API (#176)Gravatar Jarred Sumner 1-0/+3
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-05-30Update .gitignoreGravatar Jarred Sumner 1-2/+0
2022-05-30Remove generated files from git index (#182)Gravatar Alexander Kuznetsov 1-0/+5
2022-04-25Update .gitignoreGravatar Jarred Sumner 1-0/+1
2022-04-18fix wasm build take 2 (one more thing is broken)Gravatar Jarred Sumner 1-0/+5
2022-04-13Even More CommentsGravatar Jarred Sumner 1-0/+1
2022-01-29Embed React Fast Refresh in BunGravatar Jarred Sumner 1-0/+1
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead.
2022-01-04Update .gitignoreGravatar Jarred Sumner 1-0/+3
2022-01-03Implement a crash reporter and improve some error handling in `bun install`Gravatar Jarred Sumner 1-0/+2
2021-12-26github actions (#91)Gravatar Jarred Sumner 1-0/+2
* Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * switch * :hushed: * Update bun.yml * Update Dockerfile * Update Dockerfile * wip * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * cache is broken * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * bust it * Update Dockerfile * jm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * wip * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Makefile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * pass executablePath * alright * Update Makefile * Update Dockerfile * Update Dockerfile * Update Makefile * Update Makefile * Update Dockerfile * lets try that * Update Dockerfile * Update bun.yml * hm * Update Dockerfile * Update Dockerfile * Update Dockerfile * not interactive * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * simplify this * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * missing * Update Dockerfile * Update Dockerfile * wrong dir * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * ordering * Update Dockerfile * Update bun.yml * run-test file * pass github workspace * hm * Update bun.yml * copy the file * Update run-test.sh * Update bun.yml * Update bun.yml * Update bun.yml * try this way * Update bun.yml * maybe? * Update bun.yml * maybe taht's it? * maybe this * cache * up * Update bun.yml * Update bun.yml * try this one i guess * okay that might do it * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update chrome.json * Update chrome.json * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * hm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * fix caching I think * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * maybe * Update bun.yml * fixup * Update bun.yml * Update bun.yml * Update bun.yml * maybe this time * Update bun.yml * Update Dockerfile * random name * ok * explicit runner * Update bun.yml * Update bun.yml * try deleting the files so the layer caching doesn't happen * :runner: * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Dockerfile.base * node.js * Update bun.yml * Update Dockerfile * Update Dockerfile.base * cleanup
2021-12-16Update .gitignoreGravatar Jarred Sumner 1-1/+3
2021-12-16[npm install] starting to look good!Gravatar Jarred Sumner 1-1/+2
2021-10-30[internal] gitignore blobs for identifier cachebun-v0.0.41Gravatar Jarred Sumner 1-1/+2
2021-10-28New subcommand: `bun upgrade`. It upgrades bun to the latest version.Gravatar Jarred Sumner 1-1/+5
2021-10-23Fix bug with MutableString.ensureValidIdentifierGravatar Jarred Sumner 1-1/+2
2021-10-15Linux build fixesGravatar Jarred SUmner 1-1/+2
2021-10-15Cleanup makefile to get libiconv setup for linuxGravatar Jarred Sumner 1-1/+3
2021-10-12Add fetch CLI test appGravatar Jarred Sumner 1-1/+2
2021-10-10[fetch] Add support for gzip & deflate to the http clientGravatar Jarred Sumner 1-1/+2
Powered by Cloudflare's zlib fork
2021-10-07Add CSS HMR benchmarkjarred/benchGravatar Jarred Sumner 1-1/+0
2021-09-14Support installing bun from npmGravatar Jarred Sumner 1-1/+6
2021-09-05package.jsonGravatar Jarred Sumner 1-2/+2
Former-commit-id: 2299f44cc9092dad2ef48ea54af2555c192a723e
2021-09-03Fix logging in bun bun + bumpGravatar Jarred Sumner 1-1/+4
Former-commit-id: 19275a07342879d9b02b9d9527b762c8bfadb9e6
2021-09-02latestGravatar Jarred Sumner 1-0/+3
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1
2021-08-25Fix scoped packages with `bun bun`Gravatar Jarred Sumner 1-1/+8
Former-commit-id: c29ff9ff602aeed4f9b19e4f003a20effcf70c0a
2021-08-17gitignoreGravatar Jarred Sumner 1-1/+1
Former-commit-id: 34571e473cf4e83a92ea778f551f51598ed91ac5
2021-08-17IgnoreGravatar Jarred Sumner 1-1/+2
Former-commit-id: b2c4fce705222612b0457481657db3f42db41d1c