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

Implement support for resolving workspace packages by manually adding paths #55

Closed
4 tasks
iNewLegend opened this issue May 23, 2024 · 0 comments
Closed
4 tasks
Labels
enhancement New feature or request todo has to be done

Comments

@iNewLegend
Copy link
Member

iNewLegend commented May 23, 2024

Title: Implement support for resolving workspace packages by manually adding paths

Description:
We need to implement support for resolving workspace packages by manually adding the paths.

Details:
The feature involves adding a new configuration option workspacePackagesPaths in the zenflux-typescript-vm package. This option allows users to specify paths to workspace packages manually. The relevant code snippet from the PR is as follows:

/**
 * Enable support for resolving workspace packages, by manually add the paths.
 */
workspacePackagesPaths: [
    path.resolve( currentDir, "../packages-A/" ),
    path.resolve( currentDir, "../packages-B/" ),   
],

Tasks:

  • Implement the workspacePackagesPaths configuration option.
  • Ensure that the paths specified in workspacePackagesPaths are correctly resolved.
  • Update documentation to reflect the new configuration option.
  • Write tests to verify the functionality of the new feature.

References:

Originally posted by @codiumai-pr-agent-pro[bot] in #54 (comment)

@iNewLegend iNewLegend added enhancement New feature or request todo has to be done labels May 23, 2024
@iNewLegend iNewLegend closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo has to be done
Projects
None yet
1 participant