eslint-plugin-compat icon indicating copy to clipboard operation
eslint-plugin-compat copied to clipboard

[es2021] replaceAll no warning

Open hothvictor opened this issue 3 years ago • 5 comments

Already updated to the latest caniuse-lite version, but still no warning message.

Are there anyone have the same issue?

hothvictor avatar Nov 19 '21 04:11 hothvictor

Hi, yes I have the same issue, any news about it?

Pochwar avatar Jan 26 '22 11:01 Pochwar

I am seeing this warning:

Screenshot 2023-11-13 at 10 50 01 AM

mcMickJuice avatar Nov 13 '23 15:11 mcMickJuice

when I use: const statisticsStrTip = 'test'.replaceAll("", " "), it is useful; but not useful when I use: let statisticsStr = '-111_' const statisticsStrTip = statisticsStr.replaceAll("_", " ")

what should I do?

tantian1498 avatar Mar 26 '24 06:03 tantian1498