Skip to content

Commit dbe1b49

Browse files
authored
Add OpNullCoal to macro convert (#162)
1 parent 0c7f99d commit dbe1b49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hscript/Macro.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ class Macro {
6767
#if (haxe_ver >= 4)
6868
case OpIn: "in";
6969
#end
70+
#if (haxe_ver >= 4.3)
71+
case OpNullCoal: "??";
72+
#end
7073
default:
7174
continue;
7275
};

0 commit comments

Comments
 (0)