Skip to content

doc: document how to register external bindings for snapshot - #37463

Closed
joyeecheung wants to merge 3 commits into
nodejs:masterfrom
joyeecheung:external-binding-doc
Closed

doc: document how to register external bindings for snapshot#37463
joyeecheung wants to merge 3 commits into
nodejs:masterfrom
joyeecheung:external-binding-doc

Conversation

@joyeecheung

@joyeecheungjoyeecheung commented Feb 21, 2021

Copy link
Copy Markdown
Member

Refs: #35711

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Feb 21, 2021

@juanarboljuanarbol left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@juanarboljuanarbol added the doc Issues and PRs related to the documentations. label Feb 21, 2021
Comment threadsrc/README.md
} // namespace util
} // namespace node

NODE_MODULE_EXTERNAL_REFERENCE(util, node::util::RegisterExternalReferences)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to also point out that util needs to be listed in the node_external_reference.hEXTERNAL_REFERENCE_BINDING_LIST_BASE macro

Comment threadsrc/README.md Outdated
Co-authored-by: akhil marsonya <16393876+marsonya@users.noreply.github.com>
joyeecheung added a commit that referenced this pull request Mar 1, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@joyeecheung

Copy link
Copy Markdown
MemberAuthor

Landed in 7c63bc6

targos pushed a commit that referenced this pull request Mar 2, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Mar 2, 2021
targos pushed a commit that referenced this pull request May 27, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request May 30, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
PR-URL: #37463
Refs: #35711
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@joyeecheung@jasnell@marsonya@juanarbol@nodejs-github-bot