Skip to content

Conversation

ioanatflowcrypt
Copy link
Collaborator

@ioanatflowcrypt ioanatflowcrypt commented Oct 14, 2025

This PR upgraded web stream tools to v0.20

close #6102 // if this PR closes an issue


Tests (delete all except exactly one):

  • Does not need tests (refactor only, docs or internal changes)

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@ioanatflowcrypt ioanatflowcrypt marked this pull request as ready for review October 14, 2025 04:39
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

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

well done 👍

scripts/build.js Outdated
const streamFiles = fs.readdirSync(streamDir)
.map(file => path.join(streamDir, file))
.filter(filePath => fs.statSync(filePath).isFile());
applyRegexReplace(/'(.\/(streams|util|writer|reader|node-conversions))'/g, "'$1.js'", streamFiles);
Copy link
Collaborator

Choose a reason for hiding this comment

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

seems like this regex not needed anymore, as linked PR is merged (openpgpjs/web-stream-tools#20) and imports have .js suffix (https://github.com/openpgpjs/web-stream-tools/blob/main/lib/streams.js)

Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

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

👍

@sosnovsky sosnovsky merged commit 71b033b into master Oct 15, 2025
12 checks passed
@sosnovsky sosnovsky deleted the 6102-update-web-stream-tools-to-020 branch October 15, 2025 19:14
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.

update web-stream-tools to 0.2.0

2 participants