accepted/package-importer.changes.md
Change from an entry point path to entry point directory.
Add a private readonly symbol key to NodePackageImporter type to
distinguish it from arbitrary objects.
Specify that Package Importers must not reject URL patterns that other Package Importers may be able to canonicalize.
Specify that the Node Package Importer throws if entryPointPath is not
passed and require.main.filename is not available.
Allow NodePackageImporter to accept an entry point path.
Change Embedded protocol entry point to a path.
NodePackageImporter type, and set _NodePackageImporterBrand to
unknown.Throw an error if nodePackageImporter is used in the browser or other
environment without filesystem access.
Remove specified order in the global import list, as users can specify the
order within the importers option.
Specify importer ordering for the Legacy API.