name additional methods that are now covered since the naming is done in tandem

This commit is contained in:
Sebastian McKenzie
2015-05-08 00:22:43 +01:00
parent 6e8ab16b25
commit 8daf95bf59
7 changed files with 16 additions and 13 deletions

View File

@@ -1 +1,4 @@
export { bare as FunctionExpression, bare as ArrowFunctionExpression } from "../../helpers/name-method";
export {
bare as FunctionExpression,
bare as ArrowFunctionExpression
} from "../../helpers/name-method";