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:

  1. Remove unused optional parameter on emitIndirectImport.
  2. Read maxNodeModuleImportDepth and maxProjectImportDepth from config rather than passing them to parseAllIndirectImports explicitly.
  3. Use lit-analyzers tsModule inside lit-analyzer (ts-lit-plugins tsModule was used before).