WIP: Implements class in napi-go #10

Draft
Sirherobrine23 wants to merge 1 commits from class into main
No description provided.
Sirherobrine23 added 5 commits 2025-05-18 01:26:19 +00:00
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.
- Add new function to ValueType conversion
- Add more docs to functions and minor changes
- rename entry to module
- don't expose Value and Env structs.

Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
Sirherobrine23 force-pushed class from a6734a8dae to 356010d039 2025-05-18 01:27:54 +00:00 Compare
Sirherobrine23 added 1 commit 2025-05-18 01:29:17 +00:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin class:class
git checkout class
Sign in to join this conversation.
No description provided.