Add hyperlink cache test

This commit is contained in:
Dolan
2019-12-24 16:31:35 +00:00
parent 47533cf4e2
commit 3591e11637
2 changed files with 9 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export class File {
private readonly contentTypes: ContentTypes;
private readonly appProperties: AppProperties;
private readonly styles: Styles;
private readonly hyperlinkCache: { readonly [key: string]: Hyperlink };
private readonly hyperlinkCache: { readonly [key: string]: Hyperlink } = {};
constructor(
options: IPropertiesOptions = {