Skip to content

Commit 6e4fe6d

Browse files
authored
Get rid of TODO for unicode
It shouldn't cause any problems
1 parent 1ec1ddc commit 6e4fe6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/plugin/core/commandEngine/parsing/stringReader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const WORD_END_PATTERN = /\s/g;
22
const WHITESPACE_EATER_PATTERN = /\s+/y;
33

4-
// TODO: likely has unicode oversights
54
export class StringReader {
65
private _input: string;
76
// TODO: track the next item instead of the current?

0 commit comments

Comments
 (0)