Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | ||
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | ||
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | ||
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | ||
2022-05-16 | Still not correct!bun-v0.0.83 | 2 | -3/+3 | ||
2022-05-16 | work around test failure | 2 | -3/+5 | ||
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | ||
2022-05-16 | Fix build error on linux | 1 | -5/+4 | ||
2022-05-16 | prepare for release | 1 | -1/+4 | ||
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | ||
2022-05-16 | Copy strings when binding to sqlite | 1 | -3/+3 | ||
2022-05-16 | reset on stmt on error | 2 | -10/+16 | ||
2022-05-16 | `bun:sqlite` (#167) | 29 | -113/+255075 | ||
* :scissors: * Add the slow version * draw the rest of the owl * Fix crash when allocating lots of memory * [Bun.Transipiler] Support passing objects * [JS Parser] Support passing objects to macros via Bun.Transpiler * Update JSSQLStatement.cpp * Embed SQLite * Add SQLite to Dockerfile * [sqlite] Add quick one-off queries without creating a whole object * [sqlite] Add `columnsCount`, rename raw() to `values()`, remove `rebind` * Implement `bun:sqlite` * return null * Fix updating query * Update bun.d.ts * more tests * Support variadic arguments, write tests and add types * Update sqlite.d.ts * Update sqlite.d.ts * latest * Implement `Database.loadExtension` and `Database.setCustomSQLite` * Support `require.resolve` * [napi] Improve string performance * [bun.js] Support some of `node:module` * another test * [sqlite] Support serialize & deserialize * [`bun:ffi`] Implement `CFunction` and `linkSymbols` * [bun.js] Fix crash in `Buffer.from` * Update sqlite.test.js * Document linkSymbols * docs * Update README.md | |||||
2022-05-12 | wrangler 2 released (#166) | 1 | -1/+1 | ||
2022-05-11 | Fix several bugs in napi | 3 | -22/+54 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/163 Closes https://github.com/Jarred-Sumner/bun/issues/162 Closes https://github.com/Jarred-Sumner/bun/issues/161 | |||||
2022-05-11 | disable the new target allowed error | 1 | -4/+5 | ||
2022-05-11 | Fix export symbols on Linux | 2 | -18/+142 | ||
2022-05-11 | [napi] Add a couple more symbols | 1 | -0/+2 | ||
2022-05-11 | [napi] Fix panic inside napi_fatal_error | 1 | -11/+18 | ||
2022-05-11 | [napi] Stub a couple more | 3 | -6/+52 | ||
2022-05-11 | [bun.js] eagerly convert to import.meta.require | 2 | -3/+24 | ||
2022-05-11 | [json] Fix bug with negative integers in json parser | 1 | -3/+6 | ||
2022-05-11 | [bun.js] Implement a polyfill for the `detect-libc` npm package | 2 | -0/+53 | ||
2022-05-11 | [bun.js] Implement `import.meta.require` | 12 | -158/+535 | ||
This allows synchronous dynamic loading of `.node`, `.json`, and `.toml` files. It is not a CommonJS require, but it can be used that way so long as the content is not JavaScript. | |||||
2022-05-11 | [bun.js] Implement `import.meta.resolveSync` | 3 | -1/+78 | ||
2022-05-10 | [napi] Error on import .node | 1 | -29/+1 | ||
2022-05-10 | Update napi.cpp | 1 | -1/+0 | ||
2022-05-10 | [napi] Fix string bug | 4 | -58/+125 | ||
2022-05-10 | [napi] transpile require(*.node) into process.dlopen | 4 | -3/+30 | ||
2022-05-10 | [bun.js] Implement `Buffer.byteLength` | 7 | -47/+443 | ||
2022-05-09 | Fix extra quote in bundled require errors | 1 | -2/+2 | ||
2022-05-09 | few more napi functions | 2 | -1/+30 | ||
2022-05-09 | [napi] getters & setters work | 1 | -26/+39 | ||
2022-05-09 | Update symbols.txt | 1 | -1/+1 | ||
2022-05-09 | Update bindings.cpp | 1 | -4/+6 | ||
2022-05-09 | [napi] Move some code to C++ for perf | 2 | -158/+181 | ||
2022-05-09 | [napi] Support `import` and `require` of `.node` modules | 6 | -53/+80 | ||
2022-05-09 | [napi] Fix strings | 1 | -108/+142 | ||
2022-05-09 | fixup | 2 | -40/+45 | ||
2022-05-09 | [JS Parser] Support `__dirname` and `__filename` | 1 | -28/+44 | ||
2022-05-08 | Make a lot more stuff work | 5 | -91/+220 | ||
2022-05-08 | Update WebKitjarred/napi | 1 | -0/+0 | ||
2022-05-08 | more napi | 4 | -37/+55 | ||
2022-05-08 | [bun.js] Fix bug with headers not being sent in `fetch` | 1 | -0/+1 | ||
2022-05-08 | Ugprade webkit | 2 | -20/+27 | ||
2022-05-08 | Update wtf-bindings.cpp | 1 | -1/+1 | ||
2022-05-08 | Upgrade WebKit | 70 | -494/+1568 | ||
2022-05-07 | [bun.js] Support `gzipSync`, `gunzipSync`, `inflateSync`, `deflateSync` | 4 | -8/+584 | ||
2022-05-06 | [napi] Fix function arguments | 1 | -6/+21 | ||
2022-05-06 | symbols list | 2 | -9/+18 | ||