mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 17:06:39 +00:00
4043f954a7
Module local values are visible to Appendixes. This mechanism can be used for mods.
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
if (import.meta.path !== "modified/base.js")
|
|
throw new Error("import.meta.path should be the path of the base.");
|
|
|
|
fn = appendToResult(fn, "1");
|