Runtime Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
Runtime configuration for a XanthamTree.
Wraps the underlying |
|
|
In-memory representation of a decoded Xantham JSON file, optimised for
generator access. Holds frozen lookups for types, exports, top-level
declarations, and provides lazy access to the resolved object graph
( |
Functions and values
| Function or value |
Description
|
Full Usage:
create fileName
Parameters:
string
-
Path to the input JSON file.
Returns: XanthamTree
|
Create a XanthamTree from the given Xantham JSON file path using default decoder settings.
|
Full Usage:
createWith fn fileName
Parameters:
Settings -> Settings
-
Transform applied to the default settings.
fileName : string
-
Path to the input JSON file.
Returns: XanthamTree
|
Create a XanthamTree from the given Xantham JSON file path with a transformation function applied to the default Settings.
|