mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-23 10:29:01 -06:00
Mark binder as pure to tree shake in typingsInstaller (#53107)
This commit is contained in:
parent
9c7f43dfd8
commit
79ef86fcac
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user