Skip to content

src: preserve dotenv key insertion order#62796

Open
JonathanLopes404 wants to merge 1 commit intonodejs:mainfrom
JonathanLopes404:fix/issue-62736
Open

src: preserve dotenv key insertion order#62796
JonathanLopes404 wants to merge 1 commit intonodejs:mainfrom
JonathanLopes404:fix/issue-62736

Conversation

@JonathanLopes404
Copy link
Copy Markdown

Keep parseEnv output keys in the same order they first appear in the input

Fixes: #62736

Keep parseEnv output keys in the same order they first appear in the
input

Fixes: nodejs#62736
Signed-off-by: Jonathan Lopes <jonathan15989@protonmail.com>
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/config

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run. labels Apr 17, 2026
@Tseian
Copy link
Copy Markdown
Contributor

Tseian commented Apr 18, 2026

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parseEnv result properties order does not match order in input string

3 participants