Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
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 | 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 | ||
2022-05-09 | Add test for __dirname | 1 | -0/+9 | ||
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 | Create change-array-by-copy.js | 1 | -0/+11 | ||
2022-05-08 | Update WebKitjarred/napi | 1 | -0/+0 | ||
2022-05-08 | more napi | 4 | -37/+55 | ||
2022-05-08 | Update serve.test.ts | 1 | -1/+4 | ||
2022-05-08 | Update http-file.ts | 1 | -5/+1 | ||
2022-05-08 | Update build-id | 1 | -1/+1 | ||
2022-05-08 | [bun.js] Fix bug with headers not being sent in `fetch` | 2 | -0/+23 | ||
2022-05-08 | Ugprade webkit | 2 | -20/+27 | ||
2022-05-08 | Update wtf-bindings.cpp | 1 | -1/+1 | ||
2022-05-08 | Upgrade WebKit | 71 | -494/+1625 | ||
2022-05-07 | Update zlib.test.js | 1 | -1/+1 | ||
2022-05-07 | [bun.js] Support `gzipSync`, `gunzipSync`, `inflateSync`, `deflateSync` | 8 | -11/+646 | ||
2022-05-06 | [napi] Fix function arguments | 2 | -7/+22 | ||
2022-05-06 | symbols list | 2 | -9/+18 | ||
2022-05-06 | more napi | 1 | -1/+191 | ||
2022-05-05 | it can call functions | 20 | -424/+1022 | ||
2022-05-05 | `napi_threadsafe_function` | 2 | -15/+254 | ||
2022-05-05 | Update napi.zig | 1 | -2/+10 | ||
2022-05-05 | Update napi.zig | 1 | -2/+8 | ||