feat(ExpressionParser): add support for this
This commit is contained in:
committed by
Alex Rickabaugh
parent
26c9e1dc70
commit
0ca05eee45
@@ -163,6 +163,7 @@ export function main() {
|
||||
describe('member access', () => {
|
||||
it('should parse field access', () => {
|
||||
checkAction('a');
|
||||
checkAction('this.a', 'a');
|
||||
checkAction('a.a');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user