Skip to content

Commit

Permalink
chore: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jul 2, 2024
1 parent 028b886 commit c6200f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/codegen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export async function generateCode(
): Promise<[code: string, hasSideEffects: boolean]> {
const { mode } = parsedId;
const {
getAllModuleIds,
shouldIncludeImport,
warn,
options: { layers, globCWD },
} = codegenContext;
Expand Down

0 comments on commit c6200f1

Please sign in to comment.