diff --git a/src/ast/scopes/Scope.js b/src/ast/scopes/Scope.js index 25512b7..7bb1671 100644 --- a/src/ast/scopes/Scope.js +++ b/src/ast/scopes/Scope.js @@ -1,5 +1,3 @@ -import getLocation from '../../utils/getLocation.js'; -import error from '../../utils/error.js'; import { blank, keys } from '../../utils/object.js'; import { UNKNOWN } from '../values.js';