Skip to content

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

2 participants