diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index f58e77fc4c426d..4833eeae59f518 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 | @@ -282,6 +283,8 @@ with projects learning from one another and their users. * * * +* +* * * *