We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ThisReceiver
1 parent 24949bb commit 6d0385eCopy full SHA for 6d0385e
src/transform-node.ts
@@ -324,9 +324,7 @@ class Transformer extends Source {
324
node instanceof angular.SafeKeyedRead ||
325
node instanceof angular.SafePropertyRead;
326
const { receiver } = node;
327
- const isImplicitReceiver =
328
- receiver instanceof angular.ImplicitReceiver &&
329
- !(receiver instanceof angular.ThisReceiver);
+ const isImplicitReceiver = receiver instanceof angular.ImplicitReceiver;
330
331
let property;
332
if (isComputed) {
0 commit comments