generating the content for a table of contents

This commit is contained in:
Sergio Mendonça
2018-09-18 05:24:19 -03:00
parent 0eb36be053
commit 8e911698a5
13 changed files with 168 additions and 38 deletions

View File

@ -33,6 +33,8 @@ export class Compiler {
}
public async compile(file: File): Promise<JSZip> {
file.generateTablesOfContents();
const zip = new JSZip();
const xmlifiedFileMapping = this.xmlifyFile(file);