From becaf04b584a92e8ea3673df26a42562062ac6bb Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Wed, 5 Nov 2025 20:18:09 -0500 Subject: [PATCH 1/2] docs: add import.meta.dirname/filename to Advocacy Ambassador Program --- doc/contributing/advocacy-ambassador-program.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index f58e77fc4c426d..0c7c1d3c157f5e 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -269,6 +269,7 @@ with projects learning from one another and their users. | [watching source code](https://nodejs.org/api/cli.html#--watch) | [16.19.0](https://nodejs.org/en/blog/release/v16.19.0) | Stable as of 20.13.0 | | [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 | | [reading environment](https://nodejs.org/api/cli.html#--env-filefile) | [20.6.0](https://nodejs.org/en/blog/release/v20.6.0) | Active Development | +| [`import.meta.dirname`](https://nodejs.org/api/cli.html#--experimental-strip-types) / [`import.meta.filename`](https://nodejs.org/api/esm.html#importmetafilename) | [20.11.0](https://nodejs.org/en/blog/release/v20.11.0) | Stable as of [22.16.0](https://nodejs.org/en/blog/release/v22.16.0) and [24.0.0](https://nodejs.org/en/blog/release/v24.0.0) | | [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) | | [run scripts](https://nodejs.org/docs/latest/api/cli.html#--run) | [22.0.0](https://nodejs.org/en/blog/release/v22.0.0) | Stable, as of 22.0.0 | | [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 | From 0cff1c5e0166c29b9eec39e6c0f4a5413a5640ad Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Wed, 5 Nov 2025 20:24:55 -0500 Subject: [PATCH 2/2] Add ESM import.meta links to advocacy document --- doc/contributing/advocacy-ambassador-program.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index 0c7c1d3c157f5e..4833eeae59f518 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -283,6 +283,8 @@ with projects learning from one another and their users. * * * +* +* * * *