Skip to content

Commit 0bc5f21

Browse files
committed
sort imports
1 parent dbde972 commit 0bc5f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/lexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Token, TokenType } from './types.js';
2-
import { log } from '../log.js';
32
import chalk from 'chalk';
3+
import { log } from '../log.js';
44

55
const keywords: Record<string, TokenType> = {
66
operator: TokenType.OperatorKeyword,

0 commit comments

Comments
 (0)