Inline '_function_declaration_common'

This is purely an de-duplication rule, we don't need to make it part of
the parse tree.
This commit is contained in:
Bruno BELANYI 2022-06-03 10:59:50 +02:00
parent 0b549493a2
commit 82bbebeeb5
3 changed files with 1658 additions and 1575 deletions

View file

@ -24,6 +24,7 @@ module.exports = grammar({
inline: ($) => [ inline: ($) => [
$._type_identifier, $._type_identifier,
$._field_identifier, $._field_identifier,
$._function_declaration_common,
], ],
conflicts: ($) => [ conflicts: ($) => [

View file

@ -1529,7 +1529,8 @@
], ],
"inline": [ "inline": [
"_type_identifier", "_type_identifier",
"_field_identifier" "_field_identifier",
"_function_declaration_common"
], ],
"supertypes": [] "supertypes": []
} }

File diff suppressed because it is too large Load diff