Skip to content

Commit

Permalink
git mv
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Nov 22, 2024
1 parent 793fc81 commit 20b5d41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Scanner } from './scanner.js';
import { parseTopLevel } from './syntaxes/toplevel.js';

import { validateJumpStatements } from './plugins/validate-jump-statements.js';
import { validateJumpStatements } from './plugins/validate-jump-expressions.js';
import { validateKeyword } from './plugins/validate-keyword.js';
import { validateType } from './plugins/validate-type.js';

Expand Down
File renamed without changes.

0 comments on commit 20b5d41

Please sign in to comment.