Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arkit crashes when parsing node_modules wrt .js file extensions #429

Closed
daniyaldev2k20 opened this issue Aug 9, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@daniyaldev2k20
Copy link

Bug description

To Reproduce

  1. Operating system
    Windows 10

  2. Arkit version and CLI arguments
    Version
    1.6.4
    CLI arguments
    npx arkit --config

  3. Arkit config, if any was used
    { "$schema": "https://arkit.pro/schema.json", "excludePatterns": ["test/**", "tests/**", "**/*.test.*", "**/*.spec.*"], "components": [ { "type": "Dependency", "patterns": ["node_modules/**/*.js"] }, { "type": "Component", "patterns": ["**/*.js", "**/*.jsx"] } ], "output": [ { "path": "arkit.svg", "groups": [ { "first": true, "components": ["Component"] }, { "type": "Dependencies", "components": ["Dependency"] } ] } ] }

  4. Source code example, if it's possible
    Source code cannot be provided due to the privacy of the codebase

I posted the #428 yesterday, in which I needed help, although I figured out how to extract package.json dependencies from node_modules it seems like arkit crashes when used in medium-large projects like in issue #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants