-
Notifications
You must be signed in to change notification settings - Fork 32
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
Expose SLPJS completely #28
Comments
What is the pro/con of including slpjs with SLP-SDK vs the developer |
Pros:
Cons:
|
I'm also for exposing SLPJS completely. A possible con is that WebPack Tree Shaking will have less code to eliminate https://webpack.js.org/guides/tree-shaking/
|
Some applications may need to access additional methods that are not wrapped by SLP-SDK. For these use cases, it would be useful to expose the whole SLPJS.
I've seen other users have this same request, and I've come across this in consuming SLP-SDK myself.
The text was updated successfully, but these errors were encountered: