You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently sub-packages like @rimbu/list/custom are exported using folders containing their own package.json. However, it is now possible to use the exports field in package.json to do this. All rimbu packages should therefore be migrated to this new structure.
This also allows adding conditionals for various contexts like imports and require. This could also potentially add support for bun, since it seems to only run on the TypeScript code, and not on the transpiled code.
The text was updated successfully, but these errors were encountered:
Currently sub-packages like
@rimbu/list/custom
are exported using folders containing their ownpackage.json
. However, it is now possible to use theexports
field inpackage.json
to do this. All rimbu packages should therefore be migrated to this new structure.This also allows adding conditionals for various contexts like
imports
andrequire
. This could also potentially add support forbun
, since it seems to only run on the TypeScript code, and not on the transpiled code.The text was updated successfully, but these errors were encountered: