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 12:13] asie
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 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".