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

Consider adding support for Set<T> #1

Open
eladb opened this issue Oct 13, 2017 · 2 comments
Open

Consider adding support for Set<T> #1

eladb opened this issue Oct 13, 2017 · 2 comments
Labels
effort/large Large work item – several weeks of effort feature-request A feature should be added or improved. module/compiler Issues affecting the JSII compiler module/kernel Issues affecting the `jsii-kernel` module module/runtime Issues affecting the `jsii-runtime` p2

Comments

@eladb
Copy link
Contributor

eladb commented Oct 13, 2017

Definitely an important base type, but remember that it is not natively supported in ES5, so a polyfill will be needed. Still.

@SomayaB SomayaB added the feature-request A feature should be added or improved. label Nov 18, 2019
@SomayaB SomayaB added the still-relevant? Checking to see if the issue is still relevant label Dec 19, 2019
@RomainMuller RomainMuller added module/compiler Issues affecting the JSII compiler module/kernel Issues affecting the `jsii-kernel` module module/runtime Issues affecting the `jsii-runtime` p2 and removed still-relevant? Checking to see if the issue is still relevant labels Jan 7, 2020
@RomainMuller RomainMuller added the effort/large Large work item – several weeks of effort label Jan 24, 2020
@RomainMuller
Copy link
Contributor

Since the runtime is node >= 10.3.0 (as of writing this), the Set type can be assumed to be present (🎉).

@RomainMuller RomainMuller removed their assignment Jun 24, 2021
@bdoyle0182
Copy link

Sounds like there's no longer a blocker to implementing this based on the last comment? Any chance this will ever be tackled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/large Large work item – several weeks of effort feature-request A feature should be added or improved. module/compiler Issues affecting the JSII compiler module/kernel Issues affecting the `jsii-kernel` module module/runtime Issues affecting the `jsii-runtime` p2
Projects
None yet
Development

No branches or pull requests

4 participants