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,
{
... node,
bind: [
binding: [
... regularBindings,
... inheritedAttributeBindings
]
@ -66,7 +66,7 @@ module.exports = {
return {
... node,
bind: [
binding: [
... regularBindings,
... letBindings,
... inheritedAttributeBindings