mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Mark binder as pure to tree shake in typingsInstaller (#53107)
This commit is contained in:
@@ -488,7 +488,7 @@ function initFlowNode<T extends FlowNode>(node: T) {
|
||||
return node;
|
||||
}
|
||||
|
||||
const binder = createBinder();
|
||||
const binder = /* @__PURE__ */ createBinder();
|
||||
|
||||
/** @internal */
|
||||
export function bindSourceFile(file: SourceFile, options: CompilerOptions) {
|
||||
|
||||
Reference in New Issue
Block a user