We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbde972 commit 0bc5f21Copy full SHA for 0bc5f21
src/compiler/lexer.ts
@@ -1,6 +1,6 @@
1
import { Token, TokenType } from './types.js';
2
-import { log } from '../log.js';
3
import chalk from 'chalk';
+import { log } from '../log.js';
4
5
const keywords: Record<string, TokenType> = {
6
operator: TokenType.OperatorKeyword,
0 commit comments