-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NodePattern for fields without a name (#20)
`field` can be called without a position name argument which causes errors right now. This also happens when FieldExtension's are used; methods are called on `field` instead of passing arguments. The simplest fix was to ensure the node pattern matching for field definitions required a symbol positional argument (the field name).
- Loading branch information
1 parent
9513407
commit e4f2915
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters