Upgrade desugar-inherits to new parser version
This commit is contained in:
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…
Reference in a new issue