Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 30, 2023
1 parent 372a194 commit 59be8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export interface CreateGraphOptions {
load?(
specifier: string,
isDynamic: boolean,
cacheSetting: CacheSetting
cacheSetting: CacheSetting,
): Promise<LoadResponse | undefined>;
/** The type of graph to build. `"all"` includes all dependencies of the
* roots. `"typesOnly"` skips any code only dependencies that do not impact
Expand Down

0 comments on commit 59be8dc

Please sign in to comment.