Skip to content

Commit cb67ea6

Browse files
committed
Add offset value to ParseToken
1 parent 99a10cd commit cb67ea6

File tree

3 files changed

+124
-1
lines changed

3 files changed

+124
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ interface ParseToken {
2424
background: Color | null;
2525
// A Set of the applied decorations
2626
decorations: Set<DecorationType>;
27+
// Offset from the beginning of the input value
28+
offset: number;
2729
}
2830
```
2931

0 commit comments

Comments
 (0)