Remove unused code and improve coverage

This commit is contained in:
Dolan
2019-12-24 00:44:15 +00:00
parent b83d2c388f
commit de03f19b46
5 changed files with 35 additions and 10 deletions

View File

@ -4,10 +4,6 @@ import * as shortid from "shortid";
import { TextRun } from "../run";
import { BookmarkEndAttributes, BookmarkStartAttributes } from "./bookmark-attributes";
export class BookmarkRef {
constructor(public readonly name: string, public readonly text: string) {}
}
export class Bookmark {
public readonly start: BookmarkStart;
public readonly text: TextRun;