Skip to content

Commit 185fbd3

Browse files
committed
Merge PR #353: Update regexTypes import
2 parents fb8c82b + 80d4f4c commit 185fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lexer/Tokenizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Token, TokenType } from 'src/lexer/token';
22
import * as regex from 'src/lexer/regexFactory';
3-
import * as regexTypes from 'src/lexer/regexTypes';
3+
import type * as regexTypes from 'src/lexer/regexTypes';
44
import { equalizeWhitespace } from 'src/utils';
55

66
import { escapeRegExp } from './regexUtil';

0 commit comments

Comments
 (0)