Make experimental files be considered as strict during typing
commitc8f931f69648b267328218f50a14f00640f25b71
authorVincent Siles <vsiles@fb.com>
Fri, 8 Mar 2019 14:28:09 +0000 (8 06:28 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 8 Mar 2019 14:31:30 +0000 (8 06:31 -0800)
tree0fe75310c616373a00bd2d2b6e594c71c786857e
parent80a36f6694a7c2c456ecf4f8572f9ed0b7b2b3a9
Make experimental files be considered as strict during typing

Summary:
Some places where only checking Mstrict instead of Mstrict || Mexperimental.
I think I got them all

Reviewed By: kmeht, arun11111

Differential Revision: D14323084

fbshipit-source-id: 3f08b35fcb3ee361d73114185126a50150c24093
13 files changed:
hphp/hack/src/decl/decl.ml
hphp/hack/src/decl/decl_hint.ml
hphp/hack/src/decl/shallow_decl.ml
hphp/hack/src/deps/fileInfo.ml
hphp/hack/src/deps/fileInfo.mli
hphp/hack/src/naming/naming.ml
hphp/hack/src/parser/full_fidelity_ast.ml
hphp/hack/src/parser/full_fidelity_parser_errors.ml
hphp/hack/src/parser/full_fidelity_syntax_tree.ml
hphp/hack/src/typing/nast_check/variadic_check.ml
hphp/hack/src/typing/tast_typecheck.ml
hphp/hack/src/typing/typing.ml
hphp/hack/src/typing/typing_env.ml