SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

fix FlowFixMe and FlowIssue suppression regexes

Summary: was using `[foo|bar]` to match `foo` or `bar` instead of `\\(foo\\|bar\\)` (ocaml/emacs regexes are the worst). this meant that the "site" part of FlowFixMe and FlowIssue suppression comments were basically not working, so a suppression in one site suppressed the other incorrectly.

Reviewed By: jbrown215

Differential Revision: D10365477

fbshipit-source-id: 1188c7378b5e6fd3090b27c1aa54480efdd09250
M
Marshall Roch committed
870eaa541fc6da3a4e5744730ffac706d4321ed6
Parent: f90c9b5
Committed by Facebook Github Bot <facebook-github-bot@users.noreply.github.com> on 10/12/2018, 10:10:40 PM