Skip to content

Conversation

@gromanas
Copy link
Contributor

@gromanas gromanas commented Sep 8, 2025

   Array detection incorrectly strips characters from non-array strings containing

   #422
@gromanas gromanas requested a review from a team as a code owner September 8, 2025 08:56
export const reportMapper = (inputElement, parsedInput, reportPairsMapper) => {
const mapper = {};
// eslint-disable-next-line no-unused-vars
const escapeForReplace = (s) => String(s).replace(/\$/g, '$$$$'); // <-- added
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we can remove comments like: // <-- added, // <-- wrapped to increase readability

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.

3 participants