mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Reland "Create an old program to be used in snapshot." (#3747)
* read CLI assets from disk during snapshotting
This commit is contained in:
parent
3c47718959
commit
bd9561f4de
15 changed files with 126 additions and 64 deletions
|
@ -61,7 +61,7 @@ export class SourceFile {
|
|||
|
||||
mediaType!: MediaType;
|
||||
processed = false;
|
||||
sourceCode!: string;
|
||||
sourceCode?: string;
|
||||
tsSourceFile?: ts.SourceFile;
|
||||
url!: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue