Files
napi-go/internal
Matheus Sampaio Queiroga 379bd75a8e Refactor JS value to Go type conversion
Simplify `valueFrom` logic, particularly for `any` interface,
structs, maps, and slices. Add support for TextUnmarshaler and
JsonUnmarshaler interfaces.

Correct struct tag parsing in `valueOf` and argument value creation in
`goValuesInFunc`.

Add `goFuncConv` example demonstrating Go struct/function conversion.
2025-04-28 19:15:59 -03:00
..