-
Notifications
You must be signed in to change notification settings - Fork 47
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
--experimental-strip-types
in node
#222
Comments
This also enables us to lift this to stage 3 now as it already has adoption!!! |
Hi @lemanschik For a proposal to get to a certain stage it also needs to have met the requirements of the prior stages, and then only advances to the next stage if there is consensus. https://tc39.es/process-document/ There can't be official implementations of this proposal yet because it does not yet have a stage 2.7 specification. So the proposal is still at stage 1. |
@acutmore ok you can see it as you want we can then also simple close this proposal as when it now lands in chrome and graaljs we got 3 implementations so no one will advance the proposal anymore. |
maybe we should consider to update the whole tc39 process and take care of edge cases like this where the implementation is done before the proposal is finished. |
The node implementation isn’t done, is experimental, and can’t actually match whatever might advance here (and thus in browsers). |
Thanks for the note, Frank. The champions have been in contact with the Node folks for the last few weeks (see the Node meeting recordings on YouTube) so we already have awareness and comms going on. Given the issue title is misleading - advancement is solely a TC39 committee decision - I'm going to close this now. |
This comment has been minimized.
This comment has been minimized.
--experimental-strip-types
in node
It got implemented unexpectedly they followed also the guide to not handle enum and interface
but they plan to maybe add that so at present it would be the correct implementation of this but it is not stable maybe some one can align that efforts.
The text was updated successfully, but these errors were encountered: