Unified resolver that walks a parsed AST and expands dynamic modules.
Handles three module families in a single traversal:
ListPages — fetches page data via DataProvider.fetchListPages,
resolves @URL parameters from the page path (HPC support), and
expands %%variable%% templates.
Unified resolver that walks a parsed AST and expands dynamic modules.
Handles three module families in a single traversal:
@URLparameters from the page path (HPC support), and expands%%variable%%templates.%%variable%%templates.The main entry point is resolveModules.