rename function to make it easier to find

pull/1357/head
Rich Harris 7 years ago
parent d215279ef1
commit c84bd85167

@ -1,6 +1,6 @@
import { Node } from '../interfaces';
export default function flatten(node: Node) {
export default function flattenReference(node: Node) {
const parts = [];
const propEnd = node.end;

Loading…
Cancel
Save