summaryrefslogtreecommitdiff
path: root/queries/ecma/locals.scm
AgeCommit message (Collapse)Author
2022-05-14Use @definition.function for method & func definitionsWilliam Mathewson
2022-05-14Add method to definitions in ECMA localsWilliam Mathewson
In Telescope, function declarations were being exposed in the selector, but not method definitions which are also a form of function declaration.
2021-04-28locals(js,ts): Add parameters again (#1231)Stephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan