Skip to content

Commit b1b9ba0

Browse files
committed
debugging
1 parent a47f5d4 commit b1b9ba0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/transform/DEBUGGING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## debugging nodes
2+
3+
you can put any sql here packages/transform/scripts/input.sql
4+
5+
then in packages/transform
6+
yarn test:ast
7+
8+
it will generate
9+
packages/transform/scripts/output-v13.json
10+
packages/transform/scripts/output-v14.json
11+
packages/transform/scripts/output-v15.json
12+
packages/transform/scripts/output-v16.json
13+
packages/transform/scripts/output-v17.json
14+
15+
so you can study the resulting AST

0 commit comments

Comments
 (0)