feat: optional chaining with function call
This commit is contained in:
committed by
Justin Ridgewell
parent
ed15443dba
commit
6bd3bf4d2f
@@ -0,0 +1 @@
|
||||
foo?.bar()
|
||||
@@ -0,0 +1,3 @@
|
||||
var _temp;
|
||||
|
||||
((_temp = foo) != null ? _temp.bar : Function())();
|
||||
Reference in New Issue
Block a user