thread the `disallow hash comments` option to the facts parser
commit959403f46855edea171bddaa7ae513b79e899c4a
authorVincent Siles <vsiles@fb.com>
Sun, 23 May 2021 13:01:39 +0000 (23 06:01 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sun, 23 May 2021 13:03:05 +0000 (23 06:03 -0700)
tree73edb64b63fc96e639ed1ffd326bef484c33fb48
parent9921bc0f5985e06c6093aaee4e803eb8499174b4
thread the `disallow hash comments` option to the facts parser

Summary:
Now that disallow hash comments is on in www, we need to thread that
information to the facts parser

Reviewed By: jthemphill

Differential Revision: D28601444

fbshipit-source-id: bbfd01bebd20275260cdb7aeafa48184d159dc91
hphp/hack/src/client/ide_service/clientIdeIncremental.ml
hphp/hack/src/facts/facts_parser.ml
hphp/hack/src/facts/facts_parser.mli
hphp/hack/src/facts/facts_parser.rs
hphp/hack/src/facts/rust_facts_ffi.rs
hphp/hack/src/facts/symbols/indexBuilder.ml
hphp/hack/src/hh_single_compile.ml
hphp/hack/src/server/serverRpc.ml
hphp/hack/test/rust/facts_parse.rs