Upgrade desugar-inherits to new parser version

This commit is contained in:
Sven Slootweg 2023-09-09 16:34:52 +02:00
parent 883e691efe
commit 402b3ddb02

View file

@ -54,7 +54,7 @@ module.exports = {
letBindings, letBindings,
{ {
... node, ... node,
bind: [ binding: [
... regularBindings, ... regularBindings,
... inheritedAttributeBindings ... inheritedAttributeBindings
] ]
@ -66,7 +66,7 @@ module.exports = {
return { return {
... node, ... node,
bind: [ binding: [
... regularBindings, ... regularBindings,
... letBindings, ... letBindings,
... inheritedAttributeBindings ... inheritedAttributeBindings