0ad/binaries/data/mods/_test.scriptinterface/module/restriction
phosit 05869454e5 Disalow importing some files
Not all modules should be able to load all other modules. A predicate
function can to be passed to the `ScriptInterface`. That function
returns whether the module is allowed to loat the module. If no
predicate is passed in no modules can be loaded through that
`ScriptInterface`.
2025-06-06 17:36:35 +02:00
..
disallowedfile.js Disalow importing some files 2025-06-06 17:36:35 +02:00
dynamic_import.js Disalow importing some files 2025-06-06 17:36:35 +02:00
fancy_import.js Disalow importing some files 2025-06-06 17:36:35 +02:00
import.js Disalow importing some files 2025-06-06 17:36:35 +02:00