Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37k
Star
122k
Code
Issues
633
Pull requests
563
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
module: add support for abi stable module API
- #11975
#11975
Closed
jasongin
wants to merge 22 commits into
nodejs:master
nodejs/node:master
from
jasongin:napi
jasongin/nodejs:napi
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
module: add support for abi stable module API
#11975
jasongin
wants to merge 22 commits into
nodejs:master
nodejs/node:master
from
jasongin:napi
jasongin/nodejs:napi
Copy head branch name to clipboard
Commits
Commits on Mar 21, 2017
module: add support for abi stable module API
Show description for 43ab5a8
jasongin
committed
43ab5a8
View commit details
Copy full SHA for 43ab5a8
Browse repository at this point
Commits on Mar 22, 2017
Fix undefined snprintf use for older compiler
Show description for a5d43d1
jasongin
committed
a5d43d1
View commit details
Copy full SHA for a5d43d1
Browse repository at this point
Commits on Mar 23, 2017
all: update --napi-modules flag to not have a yes/no
Show description for 87c42e7
Gabriel Schulhof
authored and
jasongin
committed
87c42e7
View commit details
Copy full SHA for 87c42e7
Browse repository at this point
doc: mention experimental status of --napi-modules flag
Gabriel Schulhof
authored and
jasongin
committed
876e6c8
View commit details
Copy full SHA for 876e6c8
Browse repository at this point
src: improve message regarding N-API experimental status
Gabriel Schulhof
authored and
jasongin
committed
b129624
View commit details
Copy full SHA for b129624
Browse repository at this point
test: convert most addons-napi tests to C
Show description for 66944b8
Gabriel Schulhof
authored and
jasongin
committed
66944b8
View commit details
Copy full SHA for 66944b8
Browse repository at this point
Use size_t where appropriate (#181)
jasongin
committed
9e3ab83
View commit details
Copy full SHA for 9e3ab83
Browse repository at this point
Convert all locals and parameter names to snake_case (#193)
Show description for fb8ced4
boingoing
authored and
jasongin
committed
fb8ced4
View commit details
Copy full SHA for fb8ced4
Browse repository at this point
Address some minor PR feedback (#187)
Show description for 116bd19
jasongin
committed
116bd19
View commit details
Copy full SHA for 116bd19
Browse repository at this point
Add tests for type casts and coercions (#194)
jasongin
committed
1b2f2db
View commit details
Copy full SHA for 1b2f2db
Browse repository at this point
napi: change napi_instanceof() to use Symbol.hasInstance
Show description for 1427b33
Gabriel Schulhof
authored and
jasongin
committed
1427b33
View commit details
Copy full SHA for 1427b33
Browse repository at this point
Add some type checking (#195)
Show description for 6b4ce53
jasongin
committed
6b4ce53
View commit details
Copy full SHA for 6b4ce53
Browse repository at this point
Commits on Mar 25, 2017
Updates for review feedback (#199)
Show description for f21ab80
jasongin
committed
f21ab80
View commit details
Copy full SHA for f21ab80
Browse repository at this point
Commits on Mar 28, 2017
Address PR feedback (#201)
Show description for e1ca374
jasongin
committed
e1ca374
View commit details
Copy full SHA for e1ca374
Browse repository at this point
Updates for review feedback (#203)
Show description for 9c0b151
jasongin
committed
9c0b151
View commit details
Copy full SHA for 9c0b151
Browse repository at this point
Commits on Mar 29, 2017
Refcount for v8impl::Reference should be unsigned (#207)
Show description for 375af79
boingoing
authored and
jasongin
committed
375af79
View commit details
Copy full SHA for 375af79
Browse repository at this point
Check value is external in napi_unwrap (#210)
Show description for 20b6cf2
jasongin
committed
20b6cf2
View commit details
Copy full SHA for 20b6cf2
Browse repository at this point
Remove the async API sources (#212)
Show description for 7a339c0
boingoing
authored and
jasongin
committed
7a339c0
View commit details
Copy full SHA for 7a339c0
Browse repository at this point
napi: add napi_env to napi_get_last_error_info() (#211)
Show description for 232f004
Gabriel "_|Nix|_" Schulhof
authored and
jasongin
committed
232f004
View commit details
Copy full SHA for 232f004
Browse repository at this point
Commits on Mar 30, 2017
Add the _array suffix to the TypedArray type enum (#213)
Show description for aa22a2a
boingoing
authored and
jasongin
committed
aa22a2a
View commit details
Copy full SHA for aa22a2a
Browse repository at this point
Fix jslint issue in addons-napi test
jasongin
committed
0e61d00
View commit details
Copy full SHA for 0e61d00
Browse repository at this point
Commits on Mar 31, 2017
Remove NAPI_EXTERN from napi_addon_register_func
jasongin
committed
c87eade
View commit details
Copy full SHA for c87eade
Browse repository at this point
You can’t perform that action at this time.