improve babylon test coverage and remove dead code
This commit is contained in:
@@ -8,10 +8,6 @@ export class Position {
|
||||
this.line = line;
|
||||
this.column = col;
|
||||
}
|
||||
|
||||
offset(n) {
|
||||
return new Position(this.line, this.column + n);
|
||||
}
|
||||
}
|
||||
|
||||
export class SourceLocation {
|
||||
|
||||
Reference in New Issue
Block a user