Remove flow

This commit is contained in:
Sam Goldman
2016-03-01 21:02:55 -08:00
parent 48e8db2247
commit d6ee428857
6 changed files with 43 additions and 94 deletions

View File

@@ -704,7 +704,7 @@ export default function (instance) {
});
instance.extend("parseParenItem", function () {
return function (node, startLoc, startPos, forceArrow?) {
return function (node, startLoc, startPos, forceArrow) {
let canBeArrow = this.state.potentialArrowAt = startPos;
if (this.match(tt.colon)) {
let typeCastNode = this.startNodeAt(startLoc, startPos);