Turn on strict call arity checking for xplat/js
Reviewed By: zertosh Differential Revision: D5082688 fbshipit-source-id: 188593a513583028c22d09f4e4dc02659dbd18dd
This commit is contained in:
parent
3ddc7d47d5
commit
afc114364b
|
@ -31,7 +31,7 @@ emoji=true
|
|||
|
||||
module.system=haste
|
||||
|
||||
experimental.strict_type_args=true
|
||||
experimental.strict_call_arity=true
|
||||
|
||||
munge_underscores=true
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ emoji=true
|
|||
|
||||
module.system=haste
|
||||
|
||||
experimental.strict_type_args=true
|
||||
experimental.strict_call_arity=true
|
||||
|
||||
munge_underscores=true
|
||||
|
||||
|
|
Loading…
Reference in New Issue