feat: add support for the safe navigation (aka Elvis) operator#2152
feat: add support for the safe navigation (aka Elvis) operator#2152vicb merged 1 commit intoangular:masterfrom
Conversation
|
@kegluneq depending on which of your Dart PR or this one will get merged first, one of us will have to update the Dart JIT code to add safe methods. |
13849cc to
34d97c9
Compare
|
Thanks for the heads up -- we'll have to update the Js JIT code also, which is modified a decent bit in my PR. |
There was a problem hiding this comment.
why don't you just let it fall through and let $CARET handle it?
There was a problem hiding this comment.
good catch, I'll update
There was a problem hiding this comment.
these changes are unrelated to the intent of this PR. next time please create a separate commit for style fixes
There was a problem hiding this comment.
the reason being that you are bloating up the PR and in the future when someone is looking at blame log for a file they'll see a lot of unrelated noise.
500df13 to
e488335
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes #791