fix: lint error

This commit is contained in:
muzea
2018-11-29 13:12:55 +08:00
parent ee7018b7e4
commit e70908a9cd

View File

@@ -39,4 +39,3 @@ babel.transformFromAstAsync(parsedAst!, sourceCode, options).then(transformFromA
const { code, map, ast } = transformFromAstAsyncResult!;
const { body } = ast!.program;
});