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

Roadmap v8.x #203

Open
fraxken opened this issue Jan 14, 2024 · 3 comments
Open

Roadmap v8.x #203

fraxken opened this issue Jan 14, 2024 · 3 comments

Comments

@fraxken
Copy link
Member

fraxken commented Jan 14, 2024

Here is a roadmap about my ideas about future releases of JS-X-Ray (outside of fixing current issues).

  • Add new documentation about Architectures
  • [WIP] Multiple-files / Multiple-steps analysis #267
  • Improve the way to add new Dependency/Warning (we probably need dedicated class with maybe Lazy probes). My idea is allow probes to be more independant from the SourceFile implementation.
@jean-michelet
Copy link
Contributor

Refactor to allow the customization/injection of probes (would allow Scanner or any others projects to easily extend the capability of the tool).

Like a plugin system? Do you think about a specific pattern?

@fraxken
Copy link
Member Author

fraxken commented Jan 17, 2024

@jean-michelet not really like a plugin system. The idea is just to allow someone to customize the list of executed probes and create a new one by itself. It could be useful in others projects like Scanner when we want to achieve new warnings or find informations that have no value for JS-X-Ray itself.

But overall the project is not ready for it yet.

@jean-michelet
Copy link
Contributor

I post a comment to remind us to update doc for the next version :

  • SourceParser
  • AstAnalysis

@fraxken fraxken pinned this issue Feb 5, 2024
@fraxken fraxken changed the title Roadmap v7.x and v8.x Roadmap v8.x Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants