Skip to content

Commit

Permalink
Revert "git mv"
Browse files Browse the repository at this point in the history
This reverts commit 20b5d41.
  • Loading branch information
takejohn committed Nov 22, 2024
1 parent 4b1b98a commit 41d5f8a
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 { validateJumpExpressions } from './plugins/validate-jump-expressions.js';
import { validateJumpExpressions } from './plugins/validate-jump-statements.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 41d5f8a

Please sign in to comment.