Skip to content

Commit 452f18b

Browse files
committed
patch
1 parent 9ff27d5 commit 452f18b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

patches/ast-types+0.16.1.patch

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/node_modules/ast-types/lib/main.d.ts b/node_modules/ast-types/lib/main.d.ts
2+
index 9b54fef..5c38539 100644
3+
--- a/node_modules/ast-types/lib/main.d.ts
4+
+++ b/node_modules/ast-types/lib/main.d.ts
5+
@@ -1,7 +1,7 @@
6+
-import { ASTNode, Type, AnyType, Field } from "./types";
7+
-import { NodePath } from "./node-path";
8+
+import { ASTNode, type Type, AnyType, Field } from "./types";
9+
+import { type NodePath } from "./node-path";
10+
import { namedTypes } from "./gen/namedTypes";
11+
-import { builders } from "./gen/builders";
12+
+import { type builders } from "./gen/builders";
13+
import { Visitor } from "./gen/visitor";
14+
declare const astNodesAreEquivalent: {
15+
(a: any, b: any, problemPath?: any): boolean;

0 commit comments

Comments
 (0)