Skip to content

node:process — process.env.X = v does not persist (assignment lowering) #1344

@proggeramlug

Description

@proggeramlug

Writing process.env. = value then reading it back returns undefined. js_process_env() (process.rs:197) caches the object correctly, so the assignment isn't lowered to a field-set on it. Repro: node-suite/process/env/write. Part of #793.

Metadata

Metadata

Assignees

No one assigned

    Labels

    inprogressCurrently being worked on by an agent

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions