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
Copy file name to clipboardExpand all lines: doc/contributing/advocacy-ambassador-program.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,9 +253,13 @@ Some of the things to highlight include:
253
253
254
254
##### Goal
255
255
256
-
Advancements over time in Node.js are improving the out of the box experience. New versions are released all the time across Active LTS and Current development lines. It's easy to miss something between the release notes and our busy work schedules.
256
+
Advancements over time in Node.js are improving the out of the box experience.
257
+
New versions are released all the time across Active LTS and Current development lines.
258
+
It's easy to miss something between the release notes and our busy work schedules.
257
259
258
-
Each of these on its own is respectable, but together they make a more cohesive narrative. This also shows a [healthy ecosystem at work](https://brianmuenzenmeyer.com/posts/2024-do-i-need-this-node-dependency/#oss-pace-layers), with projects learning from one another and their users.
260
+
Each of these on its own is respectable, but together they make a more cohesive narrative.
261
+
This also shows a [healthy ecosystem at work](https://brianmuenzenmeyer.com/posts/2024-do-i-need-this-node-dependency/#oss-pace-layers),
262
+
with projects learning from one another and their users.
259
263
260
264
"Recent" new or newish features, ordered by availability:
261
265
@@ -266,7 +270,7 @@ Each of these on its own is respectable, but together they make a more cohesive
266
270
|[parsing arguments](https://nodejs.org/api/util.html#utilparseargsconfig)|[18.3.0](https://nodejs.org/en/blog/release/v18.3.0)| Stable as of 20.0.0 |
267
271
|[reading environment](https://nodejs.org/api/cli.html#--env-fileconfig)|[20.6.0](https://nodejs.org/en/blog/release/v20.6.0)| Active Development |
268
272
|[styling output](https://nodejs.org/docs/latest-v22.x/api/util.html#utilstyletextformat-text-options)|[20.12.0](https://nodejs.org/en/blog/release/v20.12.0)| Stable, as of [22.13.0](https://github.com/nodejs/node/pull/56329)|
269
-
|[run typescript](https://nodejs.org/api/cli.html#--experimental-strip-types)|[22.6.0](https://nodejs.org/en/blog/release/v22.6.0)| Active Development |
273
+
|[run TypeScript](https://nodejs.org/api/cli.html#--experimental-strip-types)|[22.6.0](https://nodejs.org/en/blog/release/v22.6.0)| Active Development |
0 commit comments