nodejs/merve

Exports not found for property assignments in object literal

Open

#27 geöffnet am 25. Feb. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (9 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (56 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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