TS1161
typescript Unterminated Regular Expression
A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.
A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.