Skip to content

Commit

Permalink
fix visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Dec 28, 2023
1 parent 56a9e68 commit 6dcf4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/visitor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as nodes from './nodes.js'
import { Syntax } from './syntax.js';
import * as nodes from './nodes'
import { Syntax } from './syntax';

export class Visitor {
visit(node: nodes.Node) {
Expand Down

0 comments on commit 6dcf4b8

Please sign in to comment.