ink

<script src="./point_src/ink"></script>

Meta Data
filepath_exists True
path ink
filepath ink.js
clean_files ()

  • FunctionDeclaration
    function

    Ink

    (
    ... args
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • ClassDeclaration
    class comments:

    use st safely: st?.draw?.(args);

    • constructor

      constructor

      (
      stage , options = {}
      )
      from PointInk
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])

      use st safely: st?.draw?.(args);

    • method

      eggs

      (
      )
      from PointInk
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    dict_keys(['kind', 'word', 'parentName', 'type', 'body', 'comments', 'pos'])
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])
  • VariableDeclaration
    const

    stage

    =
    ObjectExpression

    usage

  • VariableDeclaration
    const

    ink

    =
    new Ink ( stage, ObjectExpression )
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])