From 0e053fe9d5bb02ab275fb7d8abc268a7731df89e Mon Sep 17 00:00:00 2001 From: automate Date: Tue, 2 Jul 2024 02:59:15 +0000 Subject: [PATCH] Generate docs Source: 8462d31ae1e2481f691959aa6ce83ba15db51d9d --- master/assets/style.css | 10 +++++++ master/classes/Jsonnet.html | 40 ++++++++++++------------- master/classes/JsonnetError.html | 4 +-- master/types/JsonnetPrimitiveValue.html | 2 +- 4 files changed, 33 insertions(+), 23 deletions(-) diff --git a/master/assets/style.css b/master/assets/style.css index d0c980d..9d619a6 100644 --- a/master/assets/style.css +++ b/master/assets/style.css @@ -793,6 +793,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { margin-left: -1.5rem; } +.tsd-page-navigation-section { + margin-left: 10px; +} +.tsd-page-navigation-section > summary { + padding: 0.25rem; +} +.tsd-page-navigation-section > div { + margin-left: 20px; +} .tsd-page-navigation ul { padding-left: 1.75rem; } @@ -841,6 +850,7 @@ a.tsd-index-link { } .tsd-accordion .tsd-accordion-summary > svg { margin-left: 0.25rem; + vertical-align: text-top; } .tsd-index-content > :not(:first-child) { margin-top: 0.75rem; diff --git a/master/classes/Jsonnet.html b/master/classes/Jsonnet.html index afbb01c..09db4d6 100644 --- a/master/classes/Jsonnet.html +++ b/master/classes/Jsonnet.html @@ -1,5 +1,5 @@ Jsonnet | @hanazuki/node-jsonnet

Jsonnet is a Jsonnet interpreter. It has a fluent interface: all the setter methods modify the receiver and return it.

-

Constructors

Constructors

Properties

Methods

addJpath evaluateFile @@ -19,45 +19,45 @@ tlaCode tlaString

Constructors

Properties

version: string

Returns the version of linked libjsonnet.

-

Methods

  • Adds a path to the list of include paths. Paths added more recently take precedence.

    +

    Returns Jsonnet

Properties

version: string

Returns the version of linked libjsonnet.

+

Methods

  • Adds a path to the list of include paths. Paths added more recently take precedence.

    Parameters

    • path: string

      Path to add.

      -

    Returns this

  • Evaluates a Jsonnet script in a file.

    +

Returns this

  • Evaluates a Jsonnet script in a file.

    Parameters

    • filename: string

      Path to the file.

    Returns Promise<string>

    A Promise for the evaluation result in JSON representation.

    -
  • Evaluates a Jsonnet script in a file and returns a number of named JSON's.

    +
  • Evaluates a Jsonnet script in a file and returns a number of named JSON's.

    Parameters

    • filename: string

      Path to the file.

    Returns Promise<{
        [name: string]: string;
    }>

    A Promise for the evaluation result in JSON representation.

    -
  • Evaluates a Jsonnet script in a file and returns a number of JSON's.

    +
  • Evaluates a Jsonnet script in a file and returns a number of JSON's.

    Parameters

    • filename: string

      Path to the file.

    Returns Promise<string[]>

    A Promise for the evaluation result in JSON representation.

    -
  • Evaluates a Jsonnet script given as a string.

    +
  • Evaluates a Jsonnet script given as a string.

    Parameters

    • snippet: string

      Jsonnet script to evaluate.

    • Optionalfilename: string

      Filename used for error reporting.

    Returns Promise<string>

    A Promise for the evaluation result in JSON representation.

    -
  • Evaluates a Jsonnet script given as a string and returns a number of named JSON's.

    +
  • Evaluates a Jsonnet script given as a string and returns a number of named JSON's.

    Parameters

    • snippet: string

      Jsonnet script to evaluate.

    • Optionalfilename: string

      Filename used for error reporting.

    Returns Promise<{
        [name: string]: string;
    }>

    A Promise for the evaluation result in JSON representation.

    -
  • Evaluates a Jsonnet script given as a string and returns a number of JSON's.

    +
  • Evaluates a Jsonnet script given as a string and returns a number of JSON's.

    Parameters

    • snippet: string

      Jsonnet script to evaluate.

    • Optionalfilename: string

      Filename used for error reporting.

    Returns Promise<string[]>

    A Promise for the evaluation result in JSON representation.

    -
  • Binds external variable named as key to a value represented by value.

    +
  • Binds external variable named as key to a value represented by value.

    Parameters

    • key: string

      Name of the external variable

    • value: string

      Code representation of the value to which the variable is bound

      -

    Returns this

  • Binds external variable named as key to string value.

    +

Returns this

  • Binds external variable named as key to string value.

    Parameters

    • key: string

      Name of the external variable

    • value: string

      String value to which the variable is bound

      -

    Returns this

  • Set the growth rate of the number of objects to trigger a garbage collection.

    +

Returns this

Returns this

Returns this

Returns this

Returns this

Returns this

Returns this

\ No newline at end of file +

Returns this

\ No newline at end of file diff --git a/master/classes/JsonnetError.html b/master/classes/JsonnetError.html index 870f8c3..2528863 100644 --- a/master/classes/JsonnetError.html +++ b/master/classes/JsonnetError.html @@ -1,2 +1,2 @@ -JsonnetError | @hanazuki/node-jsonnet

Hierarchy

  • Error
    • JsonnetError

Constructors

Constructors

  • Parameters

    • Optionalmessage: string

    Returns JsonnetError

\ No newline at end of file +JsonnetError | @hanazuki/node-jsonnet

Hierarchy

  • Error
    • JsonnetError

Constructors

Constructors

  • Parameters

    • Optionalmessage: string

    Returns JsonnetError

\ No newline at end of file diff --git a/master/types/JsonnetPrimitiveValue.html b/master/types/JsonnetPrimitiveValue.html index b7d0272..c85ef0c 100644 --- a/master/types/JsonnetPrimitiveValue.html +++ b/master/types/JsonnetPrimitiveValue.html @@ -1,2 +1,2 @@ JsonnetPrimitiveValue | @hanazuki/node-jsonnet

Type Alias JsonnetPrimitiveValue

JsonnetPrimitiveValue:
    | null
    | boolean
    | number
    | string

JsonnetPrimitiveValue is a class of values that may be passed to native callbacks.

-
\ No newline at end of file +
\ No newline at end of file