This is a parsing extension to load arbitrary JavaScript code.
Add to meta file:
parsingExtensions:
- @app-config/js
Use it:
foo:
$jsModule: './another-file.js'
The API of this module is documented via TypeScript definitions.
Read the Introduction or Quick Start guides on our website.