E0035: RegExp literal flags cannot contain Unicode escapes
Regular expression literals can contain flags. These flags must not be escaped using a Unicode escape sequence:
To fix this error, stop being clever; write the flag letter directly:
Introduced in quick-lint-js version 0.2.0.