| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d37f67d commit 3b3b71e
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -801,10 +801,12 @@ node --entry-url 'data:text/javascript,console.log("Hello")' | |||
| 801 | 801 | ||
| 802 | 802 | <!-- YAML | |
| 803 | 803 | added: v22.9.0 | |
| 804 | + changes: | ||
| 805 | + - version: REPLACEME | ||
| 806 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 807 | + description: The `--env-file-if-exists` flag is no longer experimental. | ||
| 804 | 808 | --> | |
| 805 | 809 | ||
| 806 | - > Stability: 1.1 - Active development | ||
| 807 | - | ||
| 808 | 810 | Behavior is the same as [`--env-file`][], but an error is not thrown if the file | |
| 809 | 811 | does not exist. | |
| 810 | 812 | ||
@@ -813,15 +815,16 @@ does not exist. | |||
| 813 | 815 | <!-- YAML | |
| 814 | 816 | added: v20.6.0 | |
| 815 | 817 | changes: | |
| 818 | + - version: REPLACEME | ||
| 819 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 820 | + description: The `--env-file` flag is no longer experimental. | ||
| 816 | 821 | - version: | |
| 817 | 822 | - v21.7.0 | |
| 818 | 823 | - v20.12.0 | |
| 819 | 824 | pr-url: https://github.com/nodejs/node/pull/51289 | |
| 820 | 825 | description: Add support to multi-line values. | |
| 821 | 826 | --> | |
| 822 | 827 | ||
| 823 | - > Stability: 1.1 - Active development | ||
| 824 | - | ||
| 825 | 828 | Loads environment variables from a file relative to the current directory, | |
| 826 | 829 | making them available to applications on `process.env`. The [environment | |
| 827 | 830 | variables which configure Node.js][environment_variables], such as `NODE_OPTIONS`, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ For more details refer to the [`process.env` documentation][]. | |||
| 18 | 18 | ||
| 19 | 19 | Set of utilities for dealing with additional environment variables defined in `.env` files. | |
| 20 | 20 | ||
| 21 | - > Stability: 1.1 - Active development | ||
| 21 | + > Stability: 2 - Stable | ||
| 22 | 22 | ||
| 23 | 23 | <!--introduced_in=v20.12.0--> | |
| 24 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2750,10 +2750,12 @@ debugger. See [Signal Events][]. | |||
| 2750 | 2750 | added: | |
| 2751 | 2751 | - v21.7.0 | |
| 2752 | 2752 | - v20.12.0 | |
| 2753 | + changes: | ||
| 2754 | + - version: REPLACEME | ||
| 2755 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 2756 | + description: This API is no longer experimental. | ||
| 2753 | 2757 | --> | |
| 2754 | 2758 | ||
| 2755 | - > Stability: 1.1 - Active development | ||
| 2756 | - | ||
| 2757 | 2759 | * `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'` | |
| 2758 | 2760 | ||
| 2759 | 2761 | Loads the `.env` file into `process.env`. Usage of `NODE_OPTIONS` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2137,10 +2137,12 @@ $ node negate.js --no-logfile --logfile=test.log --color --no-color | |||
| 2137 | 2137 | added: | |
| 2138 | 2138 | - v21.7.0 | |
| 2139 | 2139 | - v20.12.0 | |
| 2140 | + changes: | ||
| 2141 | + - version: REPLACEME | ||
| 2142 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 2143 | + description: This API is no longer experimental. | ||
| 2140 | 2144 | --> | |
| 2141 | 2145 | ||
| 2142 | - > Stability: 1.1 - Active development | ||
| 2143 | - | ||
| 2144 | 2146 | * `content` {string} | |
| 2145 | 2147 | ||
| 2146 | 2148 | The raw contents of a `.env` file. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments