User Tools

Site Tools


format:modjson

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
format:modjson [2019/04/07 12:11] – clarify EntrypointContainer asieformat:modjson [2019/04/07 16:26] asie
Line 12: Line 12:
 ===== Version 1 (current) ===== ===== Version 1 (current) =====
  
-//TODO: Work in progress!//+**Pertains to Loader 0.4.0 and above.**
  
 ==== Types ==== ==== Types ====
Line 36: Line 36:
 An EntrypointContainer is an object. An EntrypointContainer is an object.
  
-The keys match the getEntrypoints() "type" field, and are the type of the entrypoints to be listed - "main", "client", "server". The values are objects of the following form:+The keys match the getEntrypoints() "type" field, and are the type of the entrypoints to be listed - "main", "client", "server". The values of those keys are arrays, containing either strings (of the object key "value"'s value) or objects of the following form:
  
   * "adapter": Optional key denoting the language adapter to use. If empty, assume "default".   * "adapter": Optional key denoting the language adapter to use. If empty, assume "default".