update devdeps to latest, update babylon (#6012)

* temporary flow strip measure
This commit is contained in:
Henry Zhu
2017-07-26 07:57:49 -04:00
committed by GitHub
parent ce5d1d0f59
commit f01438e9b1
13 changed files with 413 additions and 274 deletions

View File

@@ -0,0 +1,4 @@
export function transformFileSync(
filename: string,
opts?: Object = {},
): string {}

View File

@@ -0,0 +1,5 @@
export function transformFileSync(filename, opts) {
if (opts === void 0) {
opts = {};
}
}

View File

@@ -0,0 +1,6 @@
{
"plugins": [
"transform-flow-strip-types",
["transform-es2015-parameters", { "loose": true } ]
]
}