From 72fb6f88aba51168c4f8cb1af38f948aa2f81270 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Tue, 22 Sep 2020 14:33:44 -0700 Subject: [PATCH] doc: add compatibility/interop technical value PR-URL: https://github.com/nodejs/node/pull/35323 Reviewed-By: Stephen Belanger Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- doc/guides/technical-values.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/guides/technical-values.md b/doc/guides/technical-values.md index d79fde6a461021..fd4e18a485af10 100644 --- a/doc/guides/technical-values.md +++ b/doc/guides/technical-values.md @@ -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