Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-05-06 | more napi | 1 | -1/+191 | ||
2022-05-05 | it can call functions | 19 | -420/+1017 | ||
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 | ||
2022-05-05 | napi_get_dataview_info? | 1 | -1/+9 | ||
2022-05-05 | cleanup hook | 4 | -5/+111 | ||
2022-05-05 | implement napi_async_work | 3 | -15/+175 | ||
2022-05-05 | `typeof` | 1 | -1/+72 | ||
2022-05-05 | more | 2 | -4/+61 | ||
2022-05-05 | Update napi.zig | 1 | -14/+93 | ||
2022-05-05 | more | 2 | -2/+21 | ||
2022-05-05 | More | 4 | -13/+156 | ||
2022-05-05 | More | 2 | -7/+44 | ||
2022-05-05 | Even More NAPI | 2 | -37/+212 | ||
2022-05-05 | Begin napi | 6 | -3/+1416 | ||
2022-05-05 | E.String gets a Rope | 19 | -229/+342 | ||
2022-05-04 | Fix type errorsbun-v0.0.79 | 1 | -10/+6 | ||