Skip to content

createDiffStream stat object is weird #7

@pfrazee

Description

@pfrazee

When I log the .value.stat of an entry emitted by createDiffStream() I get this:

  {
    wrappers_: { '11': [Object] },
    messageId_: undefined,
    arrayIndexOffset_: -1,
    array: [
      33188,
      0,
      0,
      52,
      <3 empty items>,
      1565895724727,
      1565895724727,
      <1 empty item>,
      []
    ],
    pivot_: 1.7976931348623157e+308,
    convertedPrimitiveFields_: {}
  }

I tried wrapping it in the Stat object from hyperdrive-schemas but that didn't seem right (isFile() incorrectly returned false).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions