Upgrade desugar-inherits to new parser version

master
Sven Slootweg 8 months ago
parent 883e691efe
commit 402b3ddb02

@ -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

Loading…
Cancel
Save