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

Add missing dependency of @smithy/shared-ini-file-loader #1027

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Oct 12, 2023

Issue #, if available:

Description of changes:
Add missing dependency of @smithy/shared-ini-file-loader


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr marked this pull request as ready for review October 12, 2023 16:09
@trivikr trivikr requested review from a team as code owners October 12, 2023 16:09
@trivikr trivikr merged commit afaa68a into smithy-lang:main Oct 12, 2023
7 checks passed
@trivikr trivikr deleted the shared-ini-file-loader-dep branch October 12, 2023 16:43
hpmellema pushed a commit to hpmellema/smithy-typescript that referenced this pull request Nov 1, 2023
…-lang#1027)

* fix(smithy-client): string.toString requires this be a String

Because of Because of microsoft/tslib#95,
TS 'extends' shim doesn't support extending native types like String.
So here we create StringWrapper that duplicate everything from String
class including its prototype chain. So we can extend from here.

* fix: typo
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.

Package @smithy/middleware-endpoint missing dep on @smithy/shared-ini-file-loader
3 participants