Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit fe78564

Browse files
author
Juanjo Alvarez
committed
Add synthetic token for Pass
1 parent d0b4475 commit fe78564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/normalizer/parser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var ToNoder = &native.ObjectToNoder{
5252
"UAdd": "+",
5353
"USub": "-",
5454
"Invert": "~",
55+
"Pass": "pass",
5556
},
5657
PromoteAllPropertyLists: false,
5758
PromotedPropertyLists: map[string]map[string]bool{

0 commit comments

Comments
 (0)