File tree Expand file tree Collapse file tree 4 files changed +84311
-83726
lines changed Expand file tree Collapse file tree 4 files changed +84311
-83726
lines changed Original file line number Diff line number Diff line change 4924
4924
},
4925
4925
{
4926
4926
"type" : " PATTERN" ,
4927
- "value" : " [^*]*\\ *+([^/*][^*]*\\ *+)*"
4927
+ "value" : " [^*]*\\ *+([^\\ /*][^*]*\\ *+)*"
4928
4928
},
4929
4929
{
4930
4930
"type" : " STRING" ,
5086
5086
},
5087
5087
{
5088
5088
"type" : " PATTERN" ,
5089
- "value" : " [^/\\\\\\ [\\ n]"
5089
+ "value" : " [^\\ /\\\\\\ [\\ n]"
5090
5090
}
5091
5091
]
5092
5092
}
5595
5595
"members" : [
5596
5596
{
5597
5597
"type" : " PATTERN" ,
5598
- "value" : " [^\\ x00-\\ x1F\\ s0-9:;`\" '@#.,|^&<=>+\\ -*/\\\\ %?!~()\\ [\\ ]{}\\ uFEFF\\ u2060\\ u200B\\ u00A0]|\\\\ u[0-9a-fA-F]{4}|\\\\ u\\ {[0-9a-fA-F]+\\ }"
5598
+ "value" : " [^\\ x00-\\ x1F\\ s0-9:;`\" '@#.,|^&<=>+\\ -*\\ /\\\\ %?!~()\\ [\\ ]{}\\ uFEFF\\ u2060\\ u200B\\ u00A0]|\\\\ u[0-9a-fA-F]{4}|\\\\ u\\ {[0-9a-fA-F]+\\ }"
5599
5599
},
5600
5600
{
5601
5601
"type" : " REPEAT" ,
5602
5602
"content" : {
5603
5603
"type" : " PATTERN" ,
5604
- "value" : " [^\\ x00-\\ x1F\\ s:;`\" '@#.,|^&<=>+\\ -*/\\\\ %?!~()\\ [\\ ]{}\\ uFEFF\\ u2060\\ u200B\\ u00A0]|\\\\ u[0-9a-fA-F]{4}|\\\\ u\\ {[0-9a-fA-F]+\\ }"
5604
+ "value" : " [^\\ x00-\\ x1F\\ s:;`\" '@#.,|^&<=>+\\ -*\\ /\\\\ %?!~()\\ [\\ ]{}\\ uFEFF\\ u2060\\ u200B\\ u00A0]|\\\\ u[0-9a-fA-F]{4}|\\\\ u\\ {[0-9a-fA-F]+\\ }"
5605
5605
}
5606
5606
}
5607
5607
]
6989
6989
"abstract_class_declaration" : {
6990
6990
"type" : " SEQ" ,
6991
6991
"members" : [
6992
+ {
6993
+ "type" : " REPEAT" ,
6994
+ "content" : {
6995
+ "type" : " FIELD" ,
6996
+ "name" : " decorator" ,
6997
+ "content" : {
6998
+ "type" : " SYMBOL" ,
6999
+ "name" : " decorator"
7000
+ }
7001
+ }
7002
+ },
6992
7003
{
6993
7004
"type" : " STRING" ,
6994
7005
"value" : " abstract"
Original file line number Diff line number Diff line change 333
333
}
334
334
]
335
335
},
336
+ "decorator" : {
337
+ "multiple" : true ,
338
+ "required" : false ,
339
+ "types" : [
340
+ {
341
+ "type" : " decorator" ,
342
+ "named" : true
343
+ }
344
+ ]
345
+ },
336
346
"name" : {
337
347
"multiple" : false ,
338
348
"required" : true ,
You can’t perform that action at this time.
0 commit comments