From 332ac9807454afb68b23a9b3c06ecce0868f11df Mon Sep 17 00:00:00 2001 From: Bart Veneman <1536852+bartveneman@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:29:15 +0100 Subject: [PATCH] fix missing embed loc types, again (#379) refs #378 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index dcfb516..4958e05 100644 --- a/src/index.js +++ b/src/index.js @@ -77,7 +77,7 @@ export function analyze(css, options = {}) { let embedSize = 0 let embedTypes = { total: 0, - /** @type {Map} */ + /** @type {Map} */ unique: new Map() }