0ad/binaries/data/mods/_test.scriptinterface/module
phosit 6492bc705a Allow modules to be hotloaded
Reload a module when it's script file got changed or when one of it's
imported modules got reloaded.

This doesn't work for dynamic `import`s.
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
modified Allow mods to write appendices 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
empty~trigger.append.js Allow modules to be hotloaded 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
indirect.js Return the namespace of a module 2025-06-06 17:36:35 +02:00
meta.js Support the import.meta property 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