79651316

Date: 2025-06-03 13:20:17
Score: 1.5
Natty:
Report link

When using export *, if multiple source modules export the same name, that name is excluded from the re-exports.

This is explicitly defined in the ECMAScript spec.

Why This Design? This approach avoids implicit and unpredictable shadowing.

Some examples:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Clément DELORD