diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 78bf9e1f3a682..3c0f714ede09b 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -488,7 +488,7 @@ function initFlowNode(node: T) { return node; } -const binder = createBinder(); +const binder = /* @__PURE__ */ createBinder(); /** @internal */ export function bindSourceFile(file: SourceFile, options: CompilerOptions) {