issues
search
runem
/
lit-analyzer
Monorepository for tools that analyze lit-html templates
MIT License
319
stars
38
forks
source link
Small refactorings.
#131
Closed
FelixSchuSi
closed
1 year ago
FelixSchuSi
commented
4 years ago
This PR consists of three small changes:
Remove unused
optional parameter
on emitIndirectImport.
Read maxNodeModuleImportDepth and maxProjectImportDepth
from config rather than passing them to parseAllIndirectImports explicitly.
Use lit-analyzers tsModule
inside lit-analyzer (ts-lit-plugins tsModule was used before).
This PR consists of three small changes: