Transform the template literals revision proposal (#5523)

* Account for template literals revision

* extra tests

* update to babylon beta 7

* pr feedback (keep arr length the same)
This commit is contained in:
Henry Zhu
2017-03-22 16:07:36 -04:00
committed by GitHub
parent 492ee95f27
commit b638c8b3eb
15 changed files with 136 additions and 6 deletions

View File

@@ -13,6 +13,6 @@
"to-fast-properties": "^1.0.1"
},
"devDependencies": {
"babylon": "7.0.0-beta.4"
"babylon": "7.0.0-beta.7"
}
}