Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] Allow "undefined" like if it was its "null" brethren (#103)
Why === JavaScript likes to have nullish types. We have `null` already, but we missed `undefined`. What changed ============ This change allows `undefined` to be defined. Test plan ========= Codegen gen'd!
- Loading branch information