2026-03-20

요약 (AI 작성)

커밋

ohah/hwpjs

ohah/ohah.github.io

ohah/zts

PR (해당일 생성/머지)

repo#상태제목
ohah/zts#205mergedtest(core): add Arena integration tests and OOM stress tests
ohah/react-native-mcp#125openfeat: rn-mcp CLI with Snapshot + Refs pattern
ohah/zts#204mergedfix(semantic): replace @panic("OOM") with error propagation
ohah/zts#203mergedfix(lexer,parser): replace @panic("OOM") with error propagation
ohah/zts#202mergedfeat(core): add Arena allocator to transpileFile
ohah/zts#201mergeddocs: BACKLOG.md 정리 — 해결된 항목 제거
ohah/zts#200mergeddocs: Phase 1~5 완료 상태 + Test262 100% 반영
ohah/zts#199mergedfeat: add Ast string_table + Transformer pending_nodes
ohah/zts#198mergedfeat(semantic): add symbol reference tracking
ohah/zts#197mergedfix: annotate silent catch + unify @panic OOM messages
ohah/zts#196mergedrefactor: unify Diagnostic type + reserved word validation
ohah/zts#195mergedrefactor(parser): split parser.zig into oxc-style modules
ohah/zts#194mergedfix(ci): enforce test262 failures and enable parser conformance
ohah/zts#193mergedfeat: test quality infrastructure + BACKLOG fixes
ohah/zts#192mergedfeat(parser): improve error messages to oxc/swc quality level
ohah/zts#191mergedfeat(parser): Test262 100% — 23,384/23,384 passing
ohah/zts#190mergedfeat: fix 50 Test262 failures (99.9%) + bundler docs
ohah/zts#189mergedfeat: fix 80 Test262 failures + bundler architecture docs
ohah/zts#188mergedfix(parser): miscellaneous expression validation (re-applied)
ohah/zts#187mergedfix(parser): comprehensive arrow function validation (25 tests)
ohah/zts#186closedfix(parser): miscellaneous expression validation (35 tests)
ohah/zts#185mergedfix(parser): division/regexp tokenization context after expression
ohah/zts#184mergedfix(parser): class body strict mode + escaped keyword validation
ohah/zts#183mergedfeat(parser): support decorators on class expressions
ohah/hwpjs#224mergedfix: WASM 바이너리 업데이트 (새 함수 포함)
ohah/zts#182mergedfix(semantic): resolve escape sequences in private name comparison
ohah/zts#181mergedfeat(parser): support #field in obj private field presence check
ohah/hwpjs#223closedfix: documents 빌드에서 로컬 WASM 빌드물 직접 참조
ohah/zts#180mergedfix(parser): new.target in arrow + await in static initializer
ohah/hwpjs#222mergedfix: WASM 브라우저 빌드 누락 함수 export 추가
ohah/zts#179mergedfeat(parser): strengthen for-in/of LHS and cover grammar validation
ohah/zts#178mergedfix(lexer): reject invalid bigint literals and identifier-after-number
ohah/zts#177mergedfix(lexer): reject invalid numeric literals per ECMAScript 12.8.3
ohah/zts#176mergedfix(parser): reject import.UNKNOWN and allow in inside import()
ohah/zts#175mergedfix(parser): reject meta_property as assignment target
ohah/zts#174mergedfeat(parser): cover grammar edge case validation
ohah/zts#173mergedfeat(parser): implement cover grammar AST node transformation
ohah/zts#172mergedfeat(parser): add context flags for static initializer and class heritage
ohah/zts#171mergedrefactor(parser): split Context from u32 to u8
ohah/zts#170mergedrefactor(parser): split Context from u32 to u8
ohah/zts#169mergedrefactor(parser): move unused Context flags to Parser fields
ohah/zts#168mergedfeat(parser): add assignment target AST tags and handlers
ohah/zts#167mergedfix(parser): ?? + && mixing detection + docs update
ohah/zts#166mergedfeat(semantic): duplicate parameter detection for functions and arrows
ohah/zts#165mergedfeat(lexer/parser): strict mode legacy octal detection
ohah/zts#164mergedfeat(semantic): add checker.zig with class + object early error checks
ohah/zts#163mergedfeat(semantic): expand visitor coverage for private name detection