getgrit / gritql

GritQL is a query language for searching, linting, and modifying code.

Home Page:https://docs.grit.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve multi-part identifier matching

morgante opened this issue · comments

It's surprising this doesn't work:

`Page.Header`

Likely caused by https://github.com/getgrit/rewriter/pull/7507

It's caused by the difference between chain(".") as a field and plain ".".