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

doc: add compatibility/interop technical value #35323

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/guides/technical-values.md
Expand Up @@ -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

Expand All @@ -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
Expand Down