Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 25, 2019
1 parent 90b7532 commit ed7b6d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/babel-parser/src/plugins/typescript/scope.js
@@ -1,4 +1,5 @@
import ScopeHandler, { Scope } from "../../util/scope";
import { BIND_LEXICAL, BIND_TS_ENUM } from "../../util/scopeflags";

class TypeScriptScope extends Scope {
tsEnum: string = [];
Expand Down
@@ -1,3 +1,3 @@
{
"throws": "Identifier 'Foo' has already been declared (2:9)"
"throws": "Identifier 'Foo' has already been declared (2:5)"
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier 'Foo' has already been declared (2:9)"
"throws": "Identifier 'Foo' has already been declared (2:4)"
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier 'Foo' has already been declared (2:9)"
"throws": "Identifier 'Foo' has already been declared (2:5)"
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier 'Foo' has already been declared (2:9)"
"throws": "Identifier 'Foo' has already been declared (2:4)"
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier 'Foo' has already been declared (2:9)"
"throws": "Identifier 'Foo' has already been declared (2:5)"
}

0 comments on commit ed7b6d6

Please sign in to comment.