1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests: fixed benchmark after 57ca02d7404c. More... 10 months ago
Added constructor name for async function. More... 10 months ago
Modules: introduced ngx.worker_id. More... 10 months ago
Introduced njs_vm_bind_handler(). More... 10 months ago
Improved Error.prototype.toString(). More... 10 months ago
Using addon module API to unify injecting of external objects. More... 10 months ago
Removed inappropriate "prototype" property for Math object. More... 10 months ago
Fetch: fixed setting of Content-Type header. More... 10 months ago
XML: replaced Error with more suitable exception where approriate. More... 10 months ago
Zlib: replaced Error with more suitable exception where approriate. More... 10 months ago
WebCrypto: added back custom exception types using new public API. More... 10 months ago
QueryString: added back custom exception types using new public API. More... 10 months ago
Crypto: added back custom exception types using new public API. More... 10 months ago
FS: added back custom exception types using new public API. More... 10 months ago
Added public API to throw standard exceptions. More... 10 months ago
Fixed Date.parse() with ISO-8601 format and UTC time offset. More... 11 months ago
Fixed Date.parse() with ISO-8601 date-only forms. More... 11 months ago
Types: updated compilerOptions.lib in tsconfig.json. More... 11 months ago
Types: added TS types for TextDecoder and TextEncoder. More... 11 months ago
Types: removed descryption for methods removed in 4df790f42ce7. More... 11 months ago
Modules: renaming ngx_js_conf_t to ngx_js_loc_conf_t. More... 11 months ago
Types: fixed typos. More... 11 months ago
HTTP: fixed setting of Location header. More... 11 months ago
HTTP: deduplicated special header handlers for nginx <= 1.22. More... 11 months ago
Fixed parsing of invalid for-var statement. More... 11 months ago
Fixed parsing of invalid for-in statement. More... 11 months ago
Random: prioritise CCRandomGenerateBytes over getentropy on macOs. More... 11 months ago
Parser: improved error message for import statement. More... 11 months ago
Added %TypedArray%.prototype.toReversed(). More... 11 months ago
Added %TypedArray%.prototype.toSorted(). More... 11 months ago