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

Separate APIs should be able to have identical API methods #9

Open
adamjgrant opened this issue Sep 10, 2021 · 0 comments
Open

Separate APIs should be able to have identical API methods #9

adamjgrant opened this issue Sep 10, 2021 · 0 comments
Labels

Comments

@adamjgrant
Copy link
Owner

Currently you'll get a max call stack error if you try

m$.A.api({ hello: (_$, options) {} });
m$.B.api({ hello: (_$, options) {} });

These are namespaces, so it should be possible to do this.

@adamjgrant adamjgrant added the bug label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant