Files
fivenode_go/hbrtl_ext/nodebridge
CharlesKWON 76853d4beb feat(rtl): nodebridge decodes JS arrays/objects to native PRG values
jsValToValue now recursively converts JS arrays/objects (the "json" wire
type) into native hbrt arrays/hashes, so PRG can Len()/index/hb_HGetDef the
results of npm methods (e.g. os.cpus()[1]:model). Strings/numbers/booleans/
buffers unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 21:42:00 +09:00
..