File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ the underlying JavaScript runtime (ex V8) and is maintained as part of
1111Node.js itself. This API will be Application Binary Interface (ABI) stable
1212across versions of Node.js. It is intended to insulate Addons from
1313changes in the underlying JavaScript engine and allow modules
14- compiled for one version to run on later versions of Node.js without
15- recompilation.
14+ compiled for one major  version to run on later major  versions of Node.js without
15+ recompilation. The [ABI Stability][] guide provides a more in-depth explanation. 
1616
1717Addons are built/packaged with the same approach/tools
1818outlined in the section titled [C++ Addons](addons.html).
@@ -4596,6 +4596,7 @@ idempotent.
45964596
45974597This API may only be called from the main thread.
45984598
4599+ [ABI Stability]: https://nodejs.org/en/docs/guides/abi-stability/
45994600[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
46004601[Error Handling]: #n_api_error_handling
46014602[Native Abstractions for Node.js]: https://github.com/nodejs/nan
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments