Skip to content

Conversation

@sw-joelmut
Copy link
Collaborator

Fixes #4746

Description

This PR fixes an issue with INodeBuffer incorrectly implementing the Uint8Array.

Note

We are working on adding support for TS 5.6 and ESNext target in BotBuilder in a separate PR, which are impacting some of other libraries.

Specific Changes

  • Removed entries, keys, and values methods from the INodeBuffer, so they are inherited correctly across different TS versions.

Testing

The following image shows the botframework-streaming library building correctly with TS 5.6 and ESNext target.
image

@sw-joelmut sw-joelmut requested a review from a team as a code owner September 24, 2024 18:08
@coveralls
Copy link

coveralls commented Sep 24, 2024

Pull Request Test Coverage Report for Build 11019460976

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.349%

Totals Coverage Status
Change from base Build 10930026932: 0.0%
Covered Lines: 20433
Relevant Lines: 22910

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 2afc6a4 into main Sep 26, 2024
@tracyboehrer tracyboehrer deleted the southworks/fix/node-buffer branch September 26, 2024 18:11
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.

Cannot bump typescript to 5.6 due to botbuilder INodeBuffer error

4 participants