Skip to content

Commit 4d4417c

Browse files
committed
doc: mark process.loadEnvFile and util.parseEnv as stable
1 parent 0b555dc commit 4d4417c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/api/process.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,10 +2696,12 @@ debugger. See [Signal Events][].
26962696
added:
26972697
- v21.7.0
26982698
- v20.12.0
2699+
changes:
2700+
- version: REPLACEME
2701+
pr-url: https://github.com/nodejs/node/pull/59925
2702+
description: This API is no longer experimental.
26992703
-->
27002704
2701-
> Stability: 1.1 - Active development
2702-
27032705
* `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'`
27042706
27052707
Loads the `.env` file into `process.env`. Usage of `NODE_OPTIONS`

doc/api/util.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,10 +2211,12 @@ $ node negate.js --no-logfile --logfile=test.log --color --no-color
22112211
added:
22122212
- v21.7.0
22132213
- v20.12.0
2214+
changes:
2215+
- version: REPLACEME
2216+
pr-url: https://github.com/nodejs/node/pull/59925
2217+
description: This API is no longer experimental.
22142218
-->
22152219
2216-
> Stability: 1.1 - Active development
2217-
22182220
* `content` {string}
22192221
22202222
The raw contents of a `.env` file.

0 commit comments

Comments
 (0)