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

[FAQ] Add new tip about third party js npm modules #152

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

MaxGraey
Copy link
Member

@MaxGraey MaxGraey commented Jul 7, 2022

No description provided.

@MaxGraey MaxGraey added the documentation Improvements or additions to documentation label Jul 7, 2022
@dcodeIO
Copy link
Member

dcodeIO commented Jul 7, 2022

There are kinda two approaches here. First, if the other module is an AS module and published to npm, one can import its sources, effectively creating a combined program, and second, there is host bindings (declares) for everything else, then linking dynamically. Perhaps good to build the paragraph around these two options?

@MaxGraey
Copy link
Member Author

MaxGraey commented Jul 7, 2022

It would be great if you just offer the whole answer. declares should be mentioned in a link, I more prefer avoid a lot of specific details in introduction / FAQ

src/introduction.md Outdated Show resolved Hide resolved
Co-authored-by: rom <70765447+romdotdog@users.noreply.github.com>
src/introduction.md Outdated Show resolved Hide resolved
@MaxGraey MaxGraey requested a review from dcodeIO August 24, 2022 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants