sass/accepted/package-importer.changes.md

44 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

## Draft 1.6
* 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.
## Draft 1.5
* 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.
## Draft 1.4
* Allow NodePackageImporter to accept an entry point path.
* Change Embedded protocol entry point to a path.
## Draft 1.3
* Handle empty subpath in "Resolving package exports" subprocedure.
2023-10-28 00:01:07 +00:00
## Draft 1.2
* Export `NodePackageImporter` type, and set `_NodePackageImporterBrand` to
unknown.
2023-09-28 22:43:24 +00:00
## Draft 1.1
* 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.
## Draft 1
* Initial draft