You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the static analyzer work better in browser environments, I propose the following changes:
Virtual file system support:
Replace direct usage of the file system (FS) with a virtualFileSystem to better suit browser environments.
Provide users with the option to pass a custom file system, ensuring greater flexibility.
Node.js specific module compatibility:
Refactor the detector driver to remove dependencies on Node.js-specific modules and ensure it works seamlessly in both Node.js and browser environments by addressing modules like child_process and commander.
Goal:
The objective is to make the static analyzer fully operational in browser environments while maintaining its current functionality in Node.js. These enhancements will enable broader usage across a variety of development workflows, including web-based tools and IDEs.
I appreciate your time and consideration in reviewing these proposed changes. If any clarification or additional details are required, please feel free to reach out.
Thank you!
The text was updated successfully, but these errors were encountered:
To make the static analyzer work better in browser environments, I propose the following changes:
Virtual file system support:
virtualFileSystem
to better suit browser environments.Node.js specific module compatibility:
Refactor the detector driver to remove dependencies on Node.js-specific modules and ensure it works seamlessly in both Node.js and browser environments by addressing modules like
child_process
andcommander
.Goal:
The objective is to make the static analyzer fully operational in browser environments while maintaining its current functionality in Node.js. These enhancements will enable broader usage across a variety of development workflows, including web-based tools and IDEs.
I appreciate your time and consideration in reviewing these proposed changes. If any clarification or additional details are required, please feel free to reach out.
Thank you!
The text was updated successfully, but these errors were encountered: