Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-16 | Update README.md | 1 | -34/+34 | |
2022-05-16 | Update README.md | 1 | -27/+90 | |
2022-05-16 | Update README.md | 1 | -3/+3 | |
2022-05-16 | Update README.md | 1 | -19/+17 | |
2022-05-16 | Update README.md | 1 | -1/+1 | |
2022-05-16 | `bun:sqlite` (#167) | 52 | -136/+258362 | |
2022-05-16 | Add go and esbuild to build instructions (#169) | 2 | -1/+2 | |
2022-05-12 | wrangler 2 released (#166) | 1 | -1/+1 | |
2022-05-11 | Update README.md | 1 | -1/+1 | |
2022-05-11 | Update README.md | 1 | -2/+3 | |
2022-05-11 | Add section about napi | 1 | -0/+37 | |
2022-05-11 | Update README.mdbun-v0.0.82 | 1 | -2/+6 | |
2022-05-11 | Update build-id | 1 | -1/+1 | |
2022-05-11 | Fix several bugs in napi | 3 | -22/+54 | |
2022-05-11 | Make the napi mjs file runnable in both bun & node | 1 | -7/+6 | |
2022-05-11 | Update build-idbun-v0.0.81 | 1 | -1/+1 | |
2022-05-11 | disable the new target allowed error | 1 | -4/+5 | |
2022-05-11 | Update Makefilebun-v0.0.80 | 1 | -0/+1 | |
2022-05-11 | Update Makefile | 1 | -1/+1 | |
2022-05-11 | Fix export symbols on Linux | 4 | -25/+153 | |
2022-05-11 | Add test for import.meta.require | 2 | -1/+11 | |
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` | 13 | -158/+539 | |
2022-05-11 | [bun.js] Implement `import.meta.resolveSync` | 3 | -1/+78 | |
2022-05-10 | Include napi in plus100 | 1 | -4/+20 | |
2022-05-10 | Add test for Buffer.byteLength | 1 | -0/+7 | |
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 | Update Makefile | 1 | -3/+3 | |
2022-05-09 | Update Dockerfile.base | 1 | -1/+1 | |
2022-05-09 | [napi] getters & setters work | 1 | -26/+39 |