Page MenuHomePhorge
Feed All Stories

Jan 28 2026

themackabu committed rANTba4b451de50b: improve function prototype support.
Jan 28 2026, 4:16 PM
themackabu committed rANTc014c2381cdc: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT4e6d0c1b552d: refactor oxc into multiple files.
Jan 28 2026, 4:16 PM
themackabu committed rANT9a6b3f6a27fe: add function declaration detection to code parsing.
Jan 28 2026, 4:16 PM
themackabu committed rANTc6e15bf626aa: add strict eval scope support.
Jan 28 2026, 4:16 PM
themackabu committed rANTd444d1329dbb: add const declaration initializer check.
Jan 28 2026, 4:16 PM
themackabu committed rANTce3c656d32ea: add code arena allocator for code storage.
Jan 28 2026, 4:16 PM
themackabu committed rANTe493c5f4ea96: fix UB revealed by loop fix.
Jan 28 2026, 4:16 PM
themackabu committed rANT6a8e61fa2275: add forward load factor and work queue for garbage collection.
Jan 28 2026, 4:16 PM
themackabu committed rANT19dcee90094d: use OXC for handling hoisted.
Jan 28 2026, 4:16 PM
themackabu committed rANT3bacb8410c7b: migrate to O3.
Jan 28 2026, 4:16 PM
themackabu committed rANT44da2d27e339: add loop block scope synchronization.
Jan 28 2026, 4:16 PM
themackabu committed rANTdeae713c79ec: add coroutine scope stack management.
Jan 28 2026, 4:16 PM
themackabu committed rANTb5ac0b956362: add for-let support to coroutine and scope management.
Jan 28 2026, 4:16 PM
themackabu committed rANT4cc8705d6a0c: spec: add process and ant tests.
Jan 28 2026, 4:16 PM
themackabu committed rANTe2f0e245f8ef: add loop block support to for loop.
Jan 28 2026, 4:16 PM
themackabu committed rANT4ecd42cb5480: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT9ce060fc6191: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANTedfb573e7fc6: migrate all meson configs to /meson.
Jan 28 2026, 4:16 PM
themackabu committed rANTe34f65c1181d: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT86149623c109: reduce GC overhead in microtask-heavy workloads.
Jan 28 2026, 4:16 PM
themackabu committed rANT598a141bf45e: add libant build scripts.
Jan 28 2026, 4:16 PM
themackabu committed rANT42b6fd2b67df: fix array string concat.
Jan 28 2026, 4:16 PM
themackabu committed rANT55f23b990f99: fix: block_needs_scope now accounts for function declarations.
Jan 28 2026, 4:16 PM
themackabu committed rANT82e9f01437fd: prevent blowing up memory with loop block scope management.
Jan 28 2026, 4:16 PM
themackabu committed rANT4269f1d48c6d: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT851905e36ab6: add error handling for unary operator before exponentiation.
Jan 28 2026, 4:16 PM
themackabu committed rANT0ec9763322e1: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT5a6e7be15a4a: migrate to prototype based EventTarget constructor and methods.
Jan 28 2026, 4:16 PM
themackabu committed rANT33962c951728: use prototype pattern for Observable instances.
Jan 28 2026, 4:16 PM
themackabu committed rANT9c1d65d0c269: add embedding examples.
Jan 28 2026, 4:16 PM
themackabu committed rANTb86a30705e30: add Observable constructor and method test suite.
Jan 28 2026, 4:16 PM
themackabu committed rANTc48181fa5210: add WeakRef, FinalizationRegistry, and proxy data support.
Jan 28 2026, 4:16 PM
themackabu committed rANT5c26f681ec0b: es1 properties of function instances.
Jan 28 2026, 4:16 PM
themackabu committed rANT1be3b80d830c: add TypedArray.prototype.toReversed(), toSorted(), and with() methods.
Jan 28 2026, 4:16 PM
themackabu committed rANTd26c9d251cb7: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT629c07592871: add observable module with subscription and observer functionalities.
Jan 28 2026, 4:16 PM
themackabu committed rANT60484e177127: add FinalizationRegistry and WeakRef tests.
Jan 28 2026, 4:16 PM
themackabu committed rANT01ff8b9e937c: remove ant.txt (oops).
Jan 28 2026, 4:16 PM
themackabu committed rANT7ab434448c5e: fix(promise): subclassing, Promise.try this binding, and AggregateError.
Jan 28 2026, 4:16 PM
themackabu committed rANT14ae0732b004: implement Promise.prototype.finally per ES spec.
Jan 28 2026, 4:16 PM
themackabu committed rANT4b64ec20ecd0: add unhandled promise rejection tracking and handling.
Jan 28 2026, 4:16 PM
themackabu committed rANTa0db02d5d402: move to Date object slot for timestamp.
Jan 28 2026, 4:16 PM
themackabu committed rANT798e643662aa: feat(buffer): add encoding support and shared TypedArray prototype.
Jan 28 2026, 4:16 PM
themackabu committed rANTd61d5dd38c41: improve ArrayBuffer and TypedArray support.
Jan 28 2026, 4:16 PM
themackabu committed rANT8b4194b5eb34: add iterable support to typed array constructor.
Jan 28 2026, 4:16 PM
themackabu committed rANTb51eaf6d85c8: handle trigger promise ID.
Jan 28 2026, 4:16 PM
themackabu committed rANT68ee7945c44e: add DataView setInt16, setInt32, setFloat32, getFloat64, setFloat64 methods.
Jan 28 2026, 4:16 PM
themackabu committed rANTfec1e2ca72c9: HOTFIX: promise object offset for multi-access.
Jan 28 2026, 4:16 PM
themackabu committed rANT5a7b6004ef31: add support for ArrayBuffer in toString conversion.
Jan 28 2026, 4:16 PM
themackabu committed rANTf021ee455226: migrate to data slot for promise.
Jan 28 2026, 4:16 PM
themackabu committed rANTfa7b01d9fce1: improve undefined promise handling.
Jan 28 2026, 4:16 PM
themackabu committed rANT2ff39912f8b3: add multiline repl support.
Jan 28 2026, 4:16 PM
themackabu committed rANT9c7ad1c70ee3: display async functions properly in io.
Jan 28 2026, 4:16 PM
themackabu committed rANT936c64667dc2: add new token checks for block and ASI tokens.
Jan 28 2026, 4:16 PM
themackabu committed rANT61f36e20de97: add error type support to typeof.
Jan 28 2026, 4:16 PM
themackabu committed rANTe96c3b33238e: add internal type for Ant toStringTag.
Jan 28 2026, 4:16 PM
themackabu committed rANTef37daf9f080: add error handling for empty parenthesis.
Jan 28 2026, 4:16 PM
themackabu committed rANT3b8afba389c7: remove unused code and improve object creation.
Jan 28 2026, 4:16 PM
themackabu committed rANTf3bc6e1f16b7: add bigint support to js_truthy and to_string_val.
Jan 28 2026, 4:16 PM
themackabu committed rANT7caf72b08240: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANTbf93402bbc17: improve array stringification and super call handling.
Jan 28 2026, 4:16 PM
themackabu committed rANT85c14edad1c7: add array class name support and super call prototype fixing.
Jan 28 2026, 4:16 PM
themackabu committed rANT052cbb0be0a9: unify property key/value retrieval.
Jan 28 2026, 4:16 PM
themackabu committed rANTeefe51c02d82: add super method support to internal_slot_t.
Jan 28 2026, 4:16 PM
themackabu committed rANTf0be8fe8e6ad: if a class extends another, mark `SLOT_DEFAULT_CTOR` and delegate to `super`….
Jan 28 2026, 4:16 PM
themackabu committed rANT9a3ed8f15d09: refactor: simplify error constructor logic and standardize new target handling.
Jan 28 2026, 4:16 PM

Jan 17 2026

themackabu committed rANT549103788d82: [ci] trigger build.
Jan 17 2026, 10:13 AM
themackabu committed rANTb548fb72ac92: update maidfile.
Jan 17 2026, 10:13 AM
themackabu committed rANTbc53ddc247ba: add for-in iterator support for objects, arrays, and strings.
Jan 17 2026, 10:13 AM
themackabu committed rANT3a7aa145f107: remove unused print_prototype.
Jan 17 2026, 10:13 AM
themackabu committed rANT70c700539683: remove dead code.
Jan 17 2026, 10:13 AM
themackabu committed rANTa87d3bc049c0: optimize lookups.
Jan 17 2026, 10:13 AM
themackabu committed rANT2a2569fc08ae: run self-lint.
Jan 17 2026, 10:13 AM
themackabu committed rANTdce6c776cae1: prune unused static functions.
Jan 17 2026, 10:13 AM
themackabu committed rANT886dffd149e1: update cache paths and keys for meson builds.
Jan 17 2026, 10:13 AM
themackabu committed rANT4aca5e083373: bump to 0.3.9.
Jan 17 2026, 10:13 AM
themackabu committed rANTea39dcf1b915: [ci] trigger build.
Jan 17 2026, 10:13 AM
themackabu committed rANT0873ffeee754: remove caching from windows runner.
Jan 17 2026, 10:13 AM
themackabu committed rANT0fe17ca3c7ef: add compat memmem for windows.
Jan 17 2026, 10:13 AM
themackabu committed rANT428eae359b8f: cygwin cmake path fixes.
Jan 17 2026, 10:13 AM
themackabu committed rANT66009754b6bd: add T_NEEDS_PROTO_FALLBACK macro for type checking.
Jan 17 2026, 10:13 AM
themackabu committed rANT5c59a6373744: add property name and length to descriptor entries.
Jan 17 2026, 10:13 AM
themackabu committed rANTcf4ff33c18ac: optimize interned property lookup.
Jan 17 2026, 10:13 AM
themackabu committed rANT1e953e9ce145: add support for toStringTag in for-in loop.
Jan 17 2026, 10:13 AM
themackabu committed rANT7c0215b56858: add garbage collection support to modules.
Jan 17 2026, 10:13 AM
themackabu committed rANT7829e09ce15a: add CC_GT character class and handle it in print_value_colored.
Jan 17 2026, 10:13 AM
themackabu committed rANT9b632f40f121: add artifact downloader script.
Jan 17 2026, 10:13 AM
themackabu committed rANT6f48a0ca81a5: add caching to the slowest runners.
Jan 17 2026, 10:13 AM
themackabu committed rANT1df50aaf9345: add name property to built-in objects.
Jan 17 2026, 10:13 AM
themackabu committed rANT566a9665fbb6: add null prototype support to object creation.
Jan 17 2026, 10:13 AM
themackabu committed rANT3dc53594f452: add support for null prototype objects in stringification.
Jan 17 2026, 10:13 AM
themackabu committed rANTbdbd95f49dcb: improve release in garbage collection.
Jan 17 2026, 10:13 AM
themackabu committed rANTb2ae70135a9e: fix server-byte-buffer: add null terminator handling.
Jan 17 2026, 10:13 AM
themackabu committed rANT5eed222447ca: proper MAX_PATH detection.
Jan 17 2026, 10:13 AM
themackabu committed rANTf17a3c60ca30: remove bundle step.
Jan 17 2026, 10:13 AM
themackabu committed rANTe5d5d6cabb64: fix buffer using ASAN.
Jan 17 2026, 10:13 AM
themackabu committed rANT51b0951f224e: prevent re-exporting from non-object module.
Jan 17 2026, 10:13 AM
themackabu committed rANT477a0e3b64b3: make test node-compat.
Jan 17 2026, 10:13 AM
themackabu committed rANTbb48d611dd0d: collecting export specifiers first.
Jan 17 2026, 10:13 AM