Skip to content

local values in handleData need to be attached to object #2

Open
@ORESoftware

Description

these values:

    let index = 0;
    let prevChar = '';
    let nextNodeName = '';
    let recordingFields = false;
    let recordingNextNodeName = false;
    let recordingValue = false;
    let closingNode = false;
    let fieldName = '';
    let fieldValue = '';
    let fields = {} as { [key: string]: string };
    let nodeValue = '';

need to be:

   this.index = 0;
   this.prevChar = '';
  this.nextNodeName = '';
... etc

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions