Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update type import #78
  • Loading branch information
tbela99 committed Apr 26, 2025
commit 2240f2153d8fdddf3c3be1ccdc5689217bb4b9fc
2 changes: 1 addition & 1 deletion src/@types/walker.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AstNode, AstRuleList} from "./ast.d.ts";
import {BinaryExpressionToken, FunctionToken, ParensToken, Token} from "./token.d.ts";
import {WalkerValueEvent} from '../lib/ast/walk.ts';
import {WalkerOptionEnum, WalkerValueEvent} from '../lib/ast/walk.ts';

export declare type WalkerOption = WalkerOptionEnum | Token | null;
/**
Expand Down