We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869ca46 commit e0c2425Copy full SHA for e0c2425
src/language/printer.ts
@@ -4,7 +4,6 @@ import type { ASTNode } from './ast';
4
import { printBlockString } from './blockString';
5
import { Kind } from './kinds';
6
import { printString } from './printString';
7
-import type { ASTReducer } from './visitor';
8
import { visit } from './visitor';
9
10
/**
0 commit comments