0ad/binaries/data/mods/_test.scriptinterface/module
phosit a40caaffc4 Support dynamic import
The static `import` should be prefered over the dynamic but it might be
usefull when loading an object from a json file.
2025-06-06 17:36:35 +02:00
..
export_default Return the namespace of a module 2025-06-06 17:36:35 +02:00
include Support JavaScript modules 2025-06-06 17:36:35 +02:00
blabbermouth.js Normalize module-path 2025-06-06 17:36:35 +02:00
delayed_blabbermouth.js Allow to check whether modules finished evaluating 2025-06-06 17:36:35 +02:00
dynamic_import.js Support dynamic import 2025-06-06 17:36:35 +02:00
empty.js Support JavaScript modules 2025-06-06 17:36:35 +02:00
export.js Return the namespace of a module 2025-06-06 17:36:35 +02:00
import_inside_function.js Support JavaScript modules 2025-06-06 17:36:35 +02:00
indirect.js Return the namespace of a module 2025-06-06 17:36:35 +02:00
top_level_await_finite.js Allow to check whether modules finished evaluating 2025-06-06 17:36:35 +02:00
top_level_await_infinite.js Allow to check whether modules finished evaluating 2025-06-06 17:36:35 +02:00
top_level_throw.js Rethrow exceptions from the top level of a module 2025-06-06 17:36:35 +02:00