Skip to content

Don't do export * from ... in utils package #14211

@lforst

Description

@lforst

Description

I'd suggest we switch to explicitly exporting values from the package because doing export * from is a bit prone to accidentally export stuff and it is also frowned upon in the ecosystem nowadays because it leads to unnecessarily long compilation times because bundlers have to actually go looking for exports in the imported sources.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions