Skip to content

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

Description

@ORESoftware

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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