Skip to content

issues Search Results · repo:acrazing/dpdm language:TypeScript

Filter by

50 results
 (1 s)

50 results

inacrazing/dpdm (press backspace or delete to remove)

Because dpdm currently depends on typescript@^4.9.4, using the latest version of typescript and dpdm together will result in two different typescript versions being installed. This is quite an overhead ...
  • ysgk
  • 2
  • Opened 
    on Mar 21, 2023
  • #30

Typescript allows import type for just a type require, and it will be ignored in complied .js file. My codes is here: // file /contexts/task-request-context.ts: import type Task from ../models/task.model ...
  • fysntian
  • 2
  • Opened 
    on Mar 18, 2023
  • #29

Paths: ... 11) skip dist/apps/project/node_modules/jwt-decode/build/jwt-decode.esm.js ... I ve tried --exclude .*node_modules.*, but it doesn t change anything.
  • ciriousjoker
  • 1
  • Opened 
    on Jan 30, 2023
  • #28

I have an index.ts that is the main entry point from which I export all Firebase cloud functions. However, files still appear as unused even though I m directly exporting them from this file. Anything ...
  • ciriousjoker
  • 4
  • Opened 
    on Jan 30, 2023
  • #27

I cannot make sense of the warnings. E.g. I got this: 1) skip node_modules/class-transformer/esm5/index.js , issuers: src/Graphviz.ts , tests/json.test.ts both issuers need a part of class-transformer. ...
  • Vithanco
  • 4
  • Opened 
    on Jan 9, 2023
  • #26

  • yangdan8
  • 3
  • Opened 
    on Nov 22, 2022
  • #24

currently dpdm is detecting dynamic imports as an issue but that s not always the case. can we set it so dynamic imports require are ignored?
  • jaroslaw-weber
  • 2
  • Opened 
    on Sep 29, 2022
  • #23

Thank you for this lib! I ve noticed a bug around context option. Searching for dependencies using custom context does not work as expected. Perhaps it s because you use const currentDirectory = process.cwd(); ...
  • jayu
  • 2
  • Opened 
    on Aug 6, 2022
  • #22

Hello, Very nice package, I use it daily. Is there a way I can hide the skip warnings? Mainly because all of them comes from node_modules, where is not possible to get a circular dependency. They appear ...
  • Khanon
  • 2
  • Opened 
    on Apr 5, 2022
  • #21

Hi. Thank you for this great tool. It helps us so much. dpdm ignores node_modules by default. however in monorepo project it does not ignore root node_modules $ dpdm src/** -T --exit-code circular:1 --tree ...
  • erayhanoglu
  • 1
  • Opened 
    on Mar 25, 2022
  • #19
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub