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

fix(ses): Expose ses/console-shim #2460

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

kriskowal
Copy link
Member

SES exposes ses/console-shim.js in package.json, but lacked the “thunk” module needed to entrain the actual implementation. Being able to compose all the layers of ses except ses/assert-shim.js proves to be necessary to make progress on parity testing with XS #2252

@kriskowal kriskowal requested review from mhofman and gibson042 and removed request for mhofman September 18, 2024 20:04
@kriskowal kriskowal merged commit 593dd9e into master Sep 18, 2024
15 checks passed
@kriskowal kriskowal deleted the kriskowal-ses-console-shim branch September 18, 2024 20:40
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't this need an entry in exports in package.json ?

kriskowal added a commit that referenced this pull request Sep 18, 2024
Stemming from a confusion in #2460, I find that we never exported
ses/console-shim.js and that this change was buried in a subsequent
change in my stack of coming changes.
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.

3 participants