emilos opened this issue 7 years ago · 0 comments
currently we support:
program.has('Identifier[name="foo"]')
we could also add support for:
program.has({ type: 'Identifier', name: 'foo' })