summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/translate_cjs_to_esm
AgeCommit message (Collapse)Author
2022-11-15fix(npm): probing for files that have a file stem (#16641)Bartek Iwańczuk
2022-09-10fix(npm): remove export binding to match node (#15837)David Sherret
2022-09-08fix(npm): recursive translation of reexports, remove window global in node ↵Bartek Iwańczuk
code (#15806) Co-authored-by: David Sherret <dsherret@gmail.com>
2022-08-31fix(npm): translate CJS to ESM with name clashes for files and dirs (#15697)Bartek Iwańczuk