Skip to content

Commit

Permalink
fixup format
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 3, 2024
1 parent 257441e commit 366d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export interface GeneratorOptions {
}

export interface ModuleAnalysis {
format: "commonjs" | "esm" | "system" | "json" | "typescript" | "wasm";
format: "commonjs" | "esm" | "system" | "json" | "css" | "typescript" | "wasm";
staticDeps: string[];
dynamicDeps: string[];
cjsLazyDeps: string[] | null;
Expand Down

0 comments on commit 366d44d

Please sign in to comment.