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

feat: Allow to pass the plugin package as param #41

Closed
wants to merge 1 commit into from
Closed

Conversation

jcesarmobile
Copy link
Member

At the moment we hardcode @capacitor/ and get the plugin name from the types, which works for our plugins but not for 3rd party plugins (see #40)

Since we don't have the plugin's package name, I've added a package param that users can pass to the docgen command so it would be used instead of the hardcoded @capacitor/, i.e. --package @capacitor-community/http

closes #40

@trancee

This comment was marked as abuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: wrong reference types in community plugins
2 participants