JS: Silence plugin functions warning

This commit is contained in:
Willy-JL
2024-10-16 15:59:50 +01:00
parent 75ebfdb4fe
commit b61c4f996d
+9 -2
View File
@@ -302,8 +302,14 @@ def _validate_app_imports(target, source, env):
"gallagher_deobfuscate_and_parse_credential",
# js_
"js_delay_with_flags",
"js_flags_wait",
"js_event_loop_get_loop",
"js_flags_set",
"js_flags_wait",
"js_gui_make_view_factory",
"js_module_get",
# test_js
"js_thread_run",
"js_thread_stop",
# totp_
"totp_",
"token_info_",
@@ -317,7 +323,8 @@ def _validate_app_imports(target, source, env):
for prefix in [
"advanced_plugin",
"gallagher",
"js_",
"js_", # js_app and all js_ modules
"test_js",
"totp_",
"troika",
]