Skip to content

Commit

Permalink
fix(ses): Expose ses/console-shim (#2460)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kriskowal committed Sep 18, 2024
2 parents 4406f5d + 8f653b0 commit 593dd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ses/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ User-visible changes in `ses`:
- XS and Node >= 22 already have `Array.prototype.transfer`.
- Node 18, Node 20, and all browsers have `structuredClone`
- Node <= 16 have neither, but are also no longer supported by Endo.
- Fixes a missing file for `ses/console-shim.js`.

# v1.8.0 (2024-08-27)

Expand Down
1 change: 1 addition & 0 deletions packages/ses/console-shim.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './src/console-shim.js';

0 comments on commit 593dd9e

Please sign in to comment.