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
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.
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 thezenflux-typescript-vm
package. This option allows users to specify paths to workspace packages manually. The relevant code snippet from the PR is as follows:Tasks:
workspacePackagesPaths
configuration option.workspacePackagesPaths
are correctly resolved.References:
zenflux-typescript-vm
) - Resolving of workspace packages, by manually add the paths #54Originally posted by @codiumai-pr-agent-pro[bot] in #54 (comment)
The text was updated successfully, but these errors were encountered: