nodejs/merve

Exports not found for property assignments in object literal

Open

#27 opened on Feb 25, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (9 forks)github user discovery
help wanted

Repository metrics

Stars
 (56 stars)
PR merge metrics
 (PR metrics pending)

Description

module.exports= {
  test: 5
}

...returns no exports. This was also the case with cjs-module-lexer and was marked as "won't fix": https://github.com/nodejs/cjs-module-lexer/issues/6

Contributor guide