Skip to content

Commit 6dcf4b8

Browse files
committed
fix visitor
1 parent 56a9e68 commit 6dcf4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/visitor.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as nodes from './nodes.js'
2-
import { Syntax } from './syntax.js';
1+
import * as nodes from './nodes'
2+
import { Syntax } from './syntax';
33

44
export class Visitor {
55
visit(node: nodes.Node) {

0 commit comments

Comments
 (0)