Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Aug 13, 2024
1 parent d2d227c commit 52a83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/TranspileState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SourceNode } from 'source-map';
import type { Location } from 'vscode-languageserver';
import type { BsConfig } from '../BsConfig';
import { TokenKind } from '../lexer/TokenKind';
import { isToken, type Token } from '../lexer/Token';
import { type Token } from '../lexer/Token';
import type { RangeLike } from '../util';
import { util } from '../util';
import type { TranspileResult } from '../interfaces';
Expand Down

0 comments on commit 52a83ab

Please sign in to comment.