Definitelytyped: [archiver] Missing EntryData fields

Created on 16 Jan 2018  路  2Comments  路  Source: DefinitelyTyped/DefinitelyTyped

The types seem to be missing some fields on EntryData, in particular date, stats, and mode, as documented in node-archiver: https://github.com/archiverjs/node-archiver/blob/master/lib/core.js#L934

  • [x] I tried using the "@types/archiver": "^2.0.1" package and had problems.
  • [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
  • [x] I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
  • [x] [Mention](https://github.com/blog/821-mention-somebody-they-re-notified) the authors (see Definitions by: in index.d.ts) so they can respond.

    • Authors: @dolanmiu, @Crevil

Most helpful comment

stats is already there,

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/archiver/index.d.ts#L21

But the other two are not, will add soon

All 2 comments

stats is already there,

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/archiver/index.d.ts#L21

But the other two are not, will add soon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JudeAlquiza picture JudeAlquiza  路  3Comments

csharpner picture csharpner  路  3Comments

Loghorn picture Loghorn  路  3Comments

jrmcdona picture jrmcdona  路  3Comments

tyv picture tyv  路  3Comments