behavior3行为树
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 

15 wiersze
303 B

{erl_opts, [debug_info, {i, "include"}
%% {d, show_bt_log}, %% log_switch
]}.
{deps, [
{jsx, {git, "https://github.com/happyshiyu/jsx.git"}}
]}.
{xref_checks, [
undefined_function_calls
, undefined_functions
, locals_not_used
, deprecated_function_calls
, deprecated_functions
]}.