Skip to content

Latest commit

 

History

History

app-config-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.