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

Access to NPM modules? #2

Closed
nixfreak opened this issue May 18, 2021 · 3 comments
Closed

Access to NPM modules? #2

nixfreak opened this issue May 18, 2021 · 3 comments
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@nixfreak
Copy link

Just curious if nim nodjs will allow to import js modules say from NPM?

@juancarlospaco
Copy link
Owner

Anything on particular?, I dont know whats the most useful libraries for Node?.

It has a "sugar" module that has utilities, but is also kinda kitchen sink, so we need to sort it.

This is not part of the original idea, to use node modules you have to wrap it, we can not wrap everything on npm.

@nixfreak
Copy link
Author

Yes I want to use nim for the stellar-SDK https://github.com/stellar/js-stellar-sdk

To use the api on the stellar network.

@juancarlospaco
Copy link
Owner

I think you will have to wrap it, is what TypeScript does (stub they call it but is a kind of wrapper).

Is out of scope for this project, and we do not have any Sponsors for such developments...

@juancarlospaco juancarlospaco added invalid This doesn't seem right wontfix This will not be worked on labels May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants