Skip to content

Conversation

trungleduc
Copy link
Member

@trungleduc trungleduc commented Oct 6, 2025

Code changes

Store and use the original version of Map and Symbol in the secret manager namespace

@trungleduc
Copy link
Member Author

cc @brichet

@brichet
Copy link
Collaborator

brichet commented Oct 6, 2025

Thanks @trungleduc for working on this.

src/manager.ts Outdated
constructor(entries?: readonly (readonly [K, V])[] | null) {
this._map = Reflect.construct(MapConstructor, entries ? [entries] : []);
}
s;
Copy link
Collaborator

@brichet brichet Oct 6, 2025

Choose a reason for hiding this comment

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

Is this expected (the s variable) ?

Copy link
Member Author

@trungleduc trungleduc Oct 6, 2025

Choose a reason for hiding this comment

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

ah nope, thanks for catching this

@brichet brichet added the enhancement New feature or request label Oct 6, 2025
Copy link
Collaborator

@brichet brichet left a comment

Choose a reason for hiding this comment

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

Thanks @trungleduc, LGTM

@brichet brichet merged commit 8f152f8 into jupyterlab-contrib:main Oct 6, 2025
6 of 7 checks passed
@brichet
Copy link
Collaborator

brichet commented Oct 6, 2025

Released in 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants