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

feat: Detect inline XML fragments & views (reuse TS program) #519

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

d3xter666
Copy link
Contributor

@d3xter666 d3xter666 commented Feb 7, 2025

JIRA: CPOUI5FOUNDATION-986

This is alternative implementation of #517 by reusing program instead of TS transpiling file by file.

Note: This change's base is currently #518 as it paves the ground for dynamic addition of resources to the TS program

@d3xter666 d3xter666 marked this pull request as draft February 7, 2025 12:17
@d3xter666 d3xter666 force-pushed the refactor-fragments-detection branch from 5205e53 to ae136f2 Compare February 7, 2025 13:17
@d3xter666 d3xter666 changed the base branch from main to refactor-ts-language-service February 7, 2025 13:18
Base automatically changed from refactor-ts-language-service to main February 7, 2025 14:45
Comment on lines +157 to +162
await lintXml({
filePathsWorkspace: this.#filePathsWorkspace,
workspace: this.#workspace,
context: this.#context,
});
Copy link
Member

Choose a reason for hiding this comment

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

doesn't this lint all files again?

@d3xter666 d3xter666 force-pushed the refactor-fragments-detection branch from a196c8b to 480249c Compare February 10, 2025 11:18
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.

2 participants