Check argument to 'unset' in reactive mode
[hiphop-php.git] / hphp / hack / src / injection / injector_config.mli
blobf5d93bdfdf98a12b6968e9b1db20d71fde2adca3
1 (**
2 * Copyright (c) 2015, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 (** This file provides only the interface, so injector configuration
11 * can be retreived without depending on the *actual* implementation
12 * file. This is because we want libraries to be able to refer to the config,
13 * but the actual injector to be chosen by the binary being built.
15 * Note: Buck doesn't currently have a build rule to only build .mli files
16 * into .cmi, so you need to compile against this file directly. *)
17 val use_error_tracing: bool
18 val use_test_stubbing: bool