Upgrade desugar-inherits to new parser version
This commit is contained in:
parent
883e691efe
commit
402b3ddb02
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue