Create an old program to be used in snapshot. (#3644)

This commit is contained in:
Kitson Kelly 2020-01-12 22:20:33 +11:00 committed by Bartek Iwańczuk
parent 8fac8ab130
commit 737ab94ea1
14 changed files with 85 additions and 60 deletions

View file

@ -61,7 +61,7 @@ export class SourceFile {
mediaType!: MediaType;
processed = false;
sourceCode!: string;
sourceCode?: string;
tsSourceFile?: ts.SourceFile;
url!: string;