Commit c3a7da3
authored
[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!1 parent 1c06a0b commit c3a7da3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments