mirror of https://github.com/nodejs/node.git
doc: add compatibility/interop technical value
PR-URL: https://github.com/nodejs/node/pull/35323 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/36142/head
parent
8d381c0ff0
commit
700612fdb4
|
@ -9,7 +9,7 @@ collaboration.
|
|||
* Priority 2 - Stability
|
||||
* Priority 3 - Operational qualities
|
||||
* Priority 4 - Node.js maintainer experience
|
||||
* Priority 5 - Up to date Technology and APIs
|
||||
* Priority 5 - Up to date technology and APIs
|
||||
|
||||
## Value descriptions
|
||||
|
||||
|
@ -20,6 +20,9 @@ with Node.js. Some key elements of this include:
|
|||
* Great documentation
|
||||
* Bundling friction-reducing APIs and components, even though
|
||||
they could be provided externally
|
||||
* Compatibility and interoperability with browsers and other JavaScript
|
||||
environments so that as much code as possible runs as is both in Node.js and
|
||||
in the other environments
|
||||
* Enabling/supporting external packages to ensure overall developer experience
|
||||
|
||||
### 2 - Stability
|
||||
|
|
Loading…
Reference in New Issue