Skip to content

fix: remove duplicate highlightedHtml property (merge artifact) - #59

Merged
Valeeeu merged 1 commit into
devfrom
fix/gherkin-duplicate-highlightedHtml
Mar 13, 2026
Merged

fix: remove duplicate highlightedHtml property (merge artifact)#59
Valeeeu merged 1 commit into
devfrom
fix/gherkin-duplicate-highlightedHtml

Conversation

@michelzzw

Copy link
Copy Markdown

Résumé

Suppression d'une ligne highlightedHtml: string = '' en double dans gherkin-editor.component.ts, introduite lors de la résolution automatique du merge.

Cette duplication provoque une erreur de compilation TypeScript (TS2300: Duplicate identifier) qui empêche le build du frontend.

Fichier modifié : testapi-Service/frontend/src/app/interface-test-api/gherkin-editor/gherkin-editor.component.ts
Changement : 1 ligne supprimée

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings March 13, 2026 20:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a TypeScript compilation failure in the Angular frontend by removing a duplicated highlightedHtml property that was accidentally introduced during an automatic merge conflict resolution.

Changes:

  • Remove the duplicate highlightedHtml: string = '' class property to resolve TS2300: Duplicate identifier.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@Valeeeu
Valeeeu merged commit 789ba6c into dev Mar 13, 2026
7 of 8 checks passed
@Valeeeu
Valeeeu deleted the fix/gherkin-duplicate-highlightedHtml branch March 13, 2026 22:22
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

Successfully merging this pull request may close these issues.

3 participants