doc: confusing support for extensionless ESM
From the ESM docs (emphasis mine):
importstatements of.jsand extensionless files are treated as ES modules if the nearest parentpackage.jsoncontains"type": "module".
Unless I am mistaken (discussed in nodejs/modules#443), extensionless module resolution is not currently supported.
How can you have an import statement for an extensionless file when it does not resolve?