Write tests, improve API, create documentation

This commit is contained in:
Dolan Miu
2022-06-22 23:35:46 +01:00
parent 5b7c62685d
commit 9827ed30bb
10 changed files with 355 additions and 103 deletions

View File

@ -72,7 +72,7 @@ export class File {
);
if (options.comments) {
this.comments = options.comments;
this.comments = new Comments(options.comments);
}
this.fileRelationships = new Relationships();