fix linting errors

This commit is contained in:
Sebastian McKenzie 2015-06-06 03:38:12 +01:00
parent 9dacde6d07
commit 7c3572f08c

View File

@ -1,4 +1,3 @@
import type File from "../../transformation/file";
import type Hub from "../hub";
import * as virtualTypes from "./lib/virtual-types";
import traverse from "../index";
@ -21,7 +20,7 @@ export default class NodePath {
static get({ hub, parentPath, parent, container, containerKey, key }) {
var targetNode = container[key];
var paths = parent._paths = parent._paths || [];
var path
var path;
for (var i = 0; i < paths.length; i++) {
var pathCheck = paths[i];