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

Support types in vm.compileFunction #54300

Open
thesoftwarephilosopher opened this issue Aug 10, 2024 · 1 comment · May be fixed by #55282
Open

Support types in vm.compileFunction #54300

thesoftwarephilosopher opened this issue Aug 10, 2024 · 1 comment · May be fixed by #55282
Labels
feature request Issues that request new features to be added to Node.js. strip-types Issues or PRs related to strip-types support

Comments

@thesoftwarephilosopher
Copy link

thesoftwarephilosopher commented Aug 10, 2024

What is the problem this feature will solve?

There is not feature-parity when using --experimental-strip-types with loading code and compiling code

What is the feature you are proposing to solve the problem?

Add the same type erasure from --experimental-strip-types to vm.compileFunction/etc

What alternatives have you considered?

Using Deno 😐

@thesoftwarephilosopher thesoftwarephilosopher added the feature request Issues that request new features to be added to Node.js. label Aug 10, 2024
@marco-ippolito
Copy link
Member

this will likely be fixed by #54250

@RedYetiDev RedYetiDev added the strip-types Issues or PRs related to strip-types support label Aug 10, 2024
@marco-ippolito marco-ippolito linked a pull request Oct 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. strip-types Issues or PRs related to strip-types support
Projects
Development

Successfully merging a pull request may close this issue.

3 participants