Switch to omedusyo/source-region lib
This commit is contained in:
parent
94df47c738
commit
38b147c3e7
20 changed files with 37 additions and 258 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { char, NEW_LINE, CARRIAGE_RETURN, DOT, DIGIT_0, DIGIT_9, LOWERCASE_a, LOWERCASE_f, UPPERCASE_A, UPPERCASE_F, SPACE, TAB } from './source_text';
|
||||
import type { SourceText, Span, SourceLocation, CodePoint, StringIndex, CodePointIndex } from './source_text';
|
||||
import { char, NEW_LINE, CARRIAGE_RETURN, DOT, DIGIT_0, DIGIT_9, LOWERCASE_a, LOWERCASE_f, UPPERCASE_A, UPPERCASE_F, SPACE, TAB } from 'source-text';
|
||||
import type { SourceText, Span, SourceLocation, CodePoint, StringIndex, CodePointIndex } from 'source-text';
|
||||
import { Result } from '../result';
|
||||
|
||||
export type CursorState = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue