0ad/binaries/data/mods/_test.scriptinterface/module
phosit d76e107dca Support the import.meta property
Through the `import.meta` property the engine can pass some values to
the module. Currently only the `path` of the script file is exposed.
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
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
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