Skip to content

Commit

Permalink
Update packages/vite/scripts/emitCjsTypes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson authored Nov 15, 2022
1 parent 4f8e39f commit faee34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/scripts/emitCjsTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function isDirectory(file: string) {
}
}

// This assumes no each import/export statement is on its own line.
// This assumes each import/export statement is on its own line.
function parseTypeImports(code: string, exportsOnly?: boolean) {
const imports = []

Expand Down

0 comments on commit faee34b

Please sign in to comment.