From 403d6153fdd7bfdbf0f983b5789188d243b5baac Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Wed, 2 Mar 2016 18:50:18 -0800 Subject: [PATCH] correct cache path --- packages/babel-traverse/src/scope/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-traverse/src/scope/index.js b/packages/babel-traverse/src/scope/index.js index c4fe62188b..e4a92a9285 100644 --- a/packages/babel-traverse/src/scope/index.js +++ b/packages/babel-traverse/src/scope/index.js @@ -10,7 +10,7 @@ import * as messages from "babel-messages"; import Binding from "./binding"; import globals from "globals"; import * as t from "babel-types"; -import { scope as scopeCache } from "../path/cache"; +import { scope as scopeCache } from "../cache"; /** * To avoid creating a new Scope instance for each traversal, we maintain a cache on the