update devdeps to latest, update babylon (#6012)
* temporary flow strip measure
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function transformFileSync(
|
||||
filename: string,
|
||||
opts?: Object = {},
|
||||
): string {}
|
||||
@@ -0,0 +1,5 @@
|
||||
export function transformFileSync(filename, opts) {
|
||||
if (opts === void 0) {
|
||||
opts = {};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-flow-strip-types",
|
||||
["transform-es2015-parameters", { "loose": true } ]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user