-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Today, untarjs's output is simply:
export type FilesData = { [filename: string]: Uint8Array };This fails to represent a proper files definition as we're missing metadata information about files (mtime, atime, ctime, symlink, size etc).
We should have a more advanced files representation and retrieve everything we need, not the content only.
This should be part of a breaking change release where the API changes quite a bit
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request