rename function to make it easier to find

pull/7738/head
Rich Harris 8 years ago
parent 4a12901ff8
commit 9ff50fcc8d

@ -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