errors.fyi community error code reference
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.

โ† all namespaces for TS1161