Skip to content

Drop the @inspirejs/core/util workaround#176

Open
DmitrySharabin wants to merge 1 commit into
mainfrom
static-plugin-loaders
Open

Drop the @inspirejs/core/util workaround#176
DmitrySharabin wants to merge 1 commit into
mainfrom
static-plugin-loaders

Conversation

@DmitrySharabin

@DmitrySharabin DmitrySharabin commented Jun 10, 2026

Copy link
Copy Markdown
Member

What

The meta package no longer imports @inspirejs/core/util explicitly.

Why

The plugins package now references each plugin file with a static loader, so import-map/bundler tooling traces the plugins' own dependencies — including @inspirejs/core/util — on their own. The explicit import is redundant.

Note: this relies on the plugins change shipping; the dependency floor is intentionally left at ^3.

Related PRs

Coordinated change across the repos:

🤖 Generated with Claude Code

The plugins' static loaders now let import-map/bundler tooling trace
@inspirejs/core/util on their own, so the meta package no longer needs
to import it explicitly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@DmitrySharabin

Copy link
Copy Markdown
Member Author

This PR depends on inspire-js/plugins#3. We can't merge it separately and not break anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants