diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 38451367bb6..a0c018d5615 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -321,7 +321,7 @@ import { WithStatement, } from "./_namespaces/ts"; import * as performance from "./_namespaces/ts.performance"; -import { SymbolObject as SymbolObject } from "./objectConstructors"; +import { SymbolObject } from "./objectConstructors"; /** @internal */ export const enum ModuleInstanceState {