mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
Through the `import.meta` property the engine can pass some values to the module. Currently only the `path` of the script file is exposed. |
||
|---|---|---|
| .. | ||
| export_default | ||
| include | ||
| blabbermouth.js | ||
| delayed_blabbermouth.js | ||
| dynamic_import.js | ||
| empty.js | ||
| export.js | ||
| import_inside_function.js | ||
| indirect.js | ||
| meta.js | ||
| top_level_await_finite.js | ||
| top_level_await_infinite.js | ||
| top_level_throw.js | ||