Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge 4.1 dev into master #2818

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

dariaterekhova-actionengine
Copy link
Collaborator

No description provided.

@@ -8,7 +8,8 @@ export {TarBuilder} from './tar-builder';
export {
parseZipCDFileHeader,
makeZipCDHeaderIterator,
signature as cdSignature
signature as cdSignature,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we export is as cdSignature so that we don't need to rename it?
For constants we often use CAPITAL_CASE i.e. CD_SIGNATURE

{
offset: 6,
size: 2,
description: 'Version needed to extract (minimum)',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually use all these strings or are they just nice to have? They do add to the size of the generated code.

const ZIP64_FIELDS = [
{
size: 2,
description: 'Header ID 0x0001',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants