Merge branch 'main' into chore/no-relative-import-to-import-map-module

This commit is contained in:
Mads Rasmussen
2024-05-29 15:03:42 +02:00
committed by GitHub
9 changed files with 99 additions and 52 deletions

View File

@@ -26,7 +26,7 @@ const mainMap = buildMap(mainKeys);
const keys = Array.from(mainMap.keys());
const usedKeys = new Set();
const elementAndControllerFiles = await glob(`${__dirname}/../../src/**/*.ts`);
const elementAndControllerFiles = await glob(`${__dirname}/../../src/**/*.ts`, { filesOnly: true });
console.log(`Checking ${elementAndControllerFiles.length} files for unused keys`);