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 11:17] 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 34: Line 34:
 === EntrypointContainer === === EntrypointContainer ===
  
-Fundamentally, an entrypoint container is an object whose keys match getEntrypoints() types, and values point to arrays of objects with following keys.+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 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".