chung-leong / zigar

Enable the use of Zig code in JavaScript project
https://chung-leong.github.io/zigar/
MIT License
182 stars 3 forks source link

Don't allow undefined as argument values #434

Closed chung-leong closed 1 month ago

chung-leong commented 2 months ago

Undefined shouldn't be acceptable except when initializer is is invoked through the constructor.

chung-leong commented 1 month ago

The check can be easily done in the ArgStruct constructor.