| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3e8fdc1 commit 08b9eb8
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -815,10 +815,12 @@ node --entry-url 'data:text/javascript,console.log("Hello")' | |||
| 815 | 815 | ||
| 816 | 816 | <!-- YAML | |
| 817 | 817 | added: v22.9.0 | |
| 818 | + changes: | ||
| 819 | + - version: REPLACEME | ||
| 820 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 821 | + description: The `--env-file-if-exists` flag is no longer experimental. | ||
| 818 | 822 | --> | |
| 819 | 823 | ||
| 820 | - > Stability: 1.1 - Active development | ||
| 821 | - | ||
| 822 | 824 | Behavior is the same as [`--env-file`][], but an error is not thrown if the file | |
| 823 | 825 | does not exist. | |
| 824 | 826 | ||
@@ -827,15 +829,16 @@ does not exist. | |||
| 827 | 829 | <!-- YAML | |
| 828 | 830 | added: v20.6.0 | |
| 829 | 831 | changes: | |
| 832 | + - version: REPLACEME | ||
| 833 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 834 | + description: The `--env-file` flag is no longer experimental. | ||
| 830 | 835 | - version: | |
| 831 | 836 | - v21.7.0 | |
| 832 | 837 | - v20.12.0 | |
| 833 | 838 | pr-url: https://github.com/nodejs/node/pull/51289 | |
| 834 | 839 | description: Add support to multi-line values. | |
| 835 | 840 | --> | |
| 836 | 841 | ||
| 837 | - > Stability: 1.1 - Active development | ||
| 838 | - | ||
| 839 | 842 | Loads environment variables from a file relative to the current directory, | |
| 840 | 843 | making them available to applications on `process.env`. The [environment | |
| 841 | 844 | 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 | |
|---|---|---|---|
@@ -2779,10 +2779,12 @@ debugger. See [Signal Events][]. | |||
| 2779 | 2779 | added: | |
| 2780 | 2780 | - v21.7.0 | |
| 2781 | 2781 | - v20.12.0 | |
| 2782 | + changes: | ||
| 2783 | + - version: REPLACEME | ||
| 2784 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 2785 | + description: This API is no longer experimental. | ||
| 2782 | 2786 | --> | |
| 2783 | 2787 | ||
| 2784 | - > Stability: 1.1 - Active development | ||
| 2785 | - | ||
| 2786 | 2788 | * `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'` | |
| 2787 | 2789 | ||
| 2788 | 2790 | Loads the `.env` file into `process.env`. Usage of `NODE_OPTIONS` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2188,10 +2188,12 @@ $ node negate.js --no-logfile --logfile=test.log --color --no-color | |||
| 2188 | 2188 | added: | |
| 2189 | 2189 | - v21.7.0 | |
| 2190 | 2190 | - v20.12.0 | |
| 2191 | + changes: | ||
| 2192 | + - version: REPLACEME | ||
| 2193 | + pr-url: https://github.com/nodejs/node/pull/59925 | ||
| 2194 | + description: This API is no longer experimental. | ||
| 2191 | 2195 | --> | |
| 2192 | 2196 | ||
| 2193 | - > Stability: 1.1 - Active development | ||
| 2194 | - | ||
| 2195 | 2197 | * `content` {string} | |
| 2196 | 2198 | ||
| 2197 | 2199 | The raw contents of a `.env` file. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments