Skip to content

Conversation

@chaosmirage
Copy link
Contributor

@chaosmirage chaosmirage commented Jan 8, 2026

No description provided.

@chaosmirage chaosmirage requested a review from a team January 8, 2026 12:37
@chaosmirage chaosmirage self-assigned this Jan 8, 2026
Copilot AI review requested due to automatic review settings January 8, 2026 12:37
@chaosmirage chaosmirage changed the title fix(nx-infra-plugin): normalize paths for cross-platform angular comp… fix(nx-infra-plugin): normalize paths for cross-platform angular component generation Jan 8, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes cross-platform path handling issues in Angular component generation by normalizing file paths to use forward slashes consistently across Windows and Unix systems.

Key changes:

  • Added normalize-path dependency (version 3.0.0) to handle cross-platform path normalization
  • Applied path normalization to componentsDir, indexFileName, and metadataDir variables in the Angular generator

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
packages/nx-infra-plugin/package.json Added normalize-path runtime dependency and @types/normalize-path dev dependency
pnpm-lock.yaml Updated lockfile with new normalize-path package entries
packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts Imported normalize-path and applied normalization to three path variables used for Angular component generation
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@chaosmirage chaosmirage merged commit b674a62 into 26_1 Jan 8, 2026
94 checks passed
@chaosmirage chaosmirage deleted the fix/devextreme-angular-generator-26-1 branch January 8, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants