Back to IssuesView on GitHub
#1106
Moderate
Ignore dollar sign in string literals
Summary
Modify the regular expression used for parsing data attributes to correctly distinguish between intended variable interpolations (like `$variable`) and literal dollar signs within string values. This prevents unexpected behavior where literal '$' characters are treated as property accessors.
Skills Required
TypeScriptRegular ExpressionsJavaScript
Files Likely Touched
Labels
enhancement