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

[FEATURE] Add raw value of attribute (string) without interpolation and tranlsation #401

Conversation

PTKu
Copy link
Contributor

@PTKu PTKu commented Apr 2, 2025

This pull request includes several changes to add raw value accessors for properties and update package references. The most important changes include adding raw value accessors to various property declarations and updating the package references in the project file.

Raw Value Accessors:

Package References:

closes #400

PTKu added 3 commits April 2, 2025 10:25
Introduce a new raw property `${AccessQualifier} ${Type} ${Identifier}_raw`
in the `AddedPropertyDeclarationAstNode` class to provide direct access
to the underlying field. Update existing property logic to include this
new raw property. The getter for the raw property returns the underlying
field `_Identifier`.
Added a closing brace to the getter method of Identifier_raw in
AddedPropertyDeclarationAstNode.cs. Also added a newline character
before the new getter method definition.
@PTKu PTKu marked this pull request as ready for review April 2, 2025 08:44
@PTKu PTKu merged commit 8918413 into dev Apr 2, 2025
2 checks passed
@PTKu PTKu deleted the 400-feature-add-raw-value-of-attribute-string-without-interpolation-and-tranlsation branch April 2, 2025 08:47
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.

[FEATURE] Add raw value of attribute (string) without interpolation and tranlsation
1 participant