build bunch of fixes

This commit is contained in:
Olivier Gagnon
2021-09-21 20:30:00 -04:00
parent c94ec2f170
commit 0c932dd4d1
24 changed files with 553 additions and 1075 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export type Position = {
column: number;
};
export class PositionTracker {
class PositionTracker {
positions: Map<string, Position>;
constructor() {