Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 442 Bytes

App Config JS Module Loader

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.