Skip to content

Commit 332ac98

Browse files
authored
fix missing embed loc types, again (#379)
refs #378
1 parent 5f9be0f commit 332ac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function analyze(css, options = {}) {
7777
let embedSize = 0
7878
let embedTypes = {
7979
total: 0,
80-
/** @type {Map<string, { size: number, count: number } & ({ __unstable__uniqueWithLocations?: undefined } | ({ offset: number, line: number, column: number, length: number }[])) }>} */
80+
/** @type {Map<string, { size: number, count: number } & ({ __unstable__uniqueWithLocations?: undefined } | ({ __unstable__uniqueWithLocations: { offset: number, line: number, column: number, length: number }[] })) }>} */
8181
unique: new Map()
8282
}
8383

0 commit comments

Comments
 (0)