We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceffe5 commit 287e55fCopy full SHA for 287e55f
1 file changed
driver/normalizer/normalizer.go
@@ -540,7 +540,7 @@ var Normalizers = []Mapping{
540
uast.KeyType: String(uast.TypeOf(uast.Identifier{})),
541
"Name": String("__arglist"),
542
}, Var("name")),
543
- "AttributeLists": Arr(),
+ "AttributeLists": Arr(), // TODO(dennwc): any cases when it's not empty?
544
"Default": Var("def_init"),
545
"IsMissing": Bool(false),
546
"IsStructuredTrivia": Bool(false),
@@ -563,7 +563,7 @@ var Normalizers = []Mapping{
563
"Identifier": Check(Has{
564
565
566
- "AttributeLists": Any(),
567
568
569
"IsStructuredTrivia": Any(),
0 commit comments