Frontmatter
| id | 7138 |
| title | Parser: Interpolation and Data Type Handling |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 31, 2025, 9:33 AM |
| updatedAt | Jul 31, 2025, 12:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7138 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7130 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 31, 2025, 12:25 PM |

Description: Enhance the
parse5processor to correctly handle the mapping of interpolated values from the tagged template literal to their corresponding VDOM properties, respecting their original data types.Implementation Details:
renderer="$[0]", where$[0]maps to the first expression), the parser must assign the raw expression value (the function object) to the VDOM config, not the placeholder string.