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

fewer dependencies for usage in plugins #10546

Closed
cztomsik opened this issue May 9, 2021 · 1 comment
Closed

fewer dependencies for usage in plugins #10546

cztomsik opened this issue May 9, 2021 · 1 comment
Labels
deno_core Changes in "deno_core" crate are needed suggestion suggestions for new features (yet to be agreed)

Comments

@cztomsik
Copy link

cztomsik commented May 9, 2021

I have a library with just a few dependencies and I wanted to provide extensions for both nodejs and deno.

For node.js it's easy because all I need is headers for N-API and that's it. For deno, I can't do that and I need to use ExtensionBuilder and depend on deno_core.

I'd like to have a feature flag with "minimal" dependencies needed just for the sake of adding a plugin. Or some other way of doing plugins without having to pull so many dependencies.

@lucacasonato lucacasonato added deno_core Changes in "deno_core" crate are needed suggestion suggestions for new features (yet to be agreed) labels Jun 8, 2021
@bartlomieju
Copy link
Member

In light of plugin API removal in #11152 this issue is no longer relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno_core Changes in "deno_core" crate are needed suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

No branches or pull requests

3 participants