Skip to content

Conversation

@Markzipan
Copy link
Contributor

When this happens, we read from our .web.entrypoint.json file, which would have been generated in a previous compile.

@Markzipan Markzipan requested a review from davidmorgan November 7, 2025 21:30
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

PR Health

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

PR Health

Changelog Entry
Package Changed Files
package:build_modules build_modules/lib/src/frontend_server_resources.dart
package:build_web_compilers build_web_compilers/lib/src/ddc_frontend_server_builder.dart
build_web_compilers/lib/src/web_entrypoint_marker_builder.dart

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

Package publishing

Package Version Status Publish tag (post-merge)
package:build 4.0.2 already published at pub.dev
package:build_config 1.2.0 already published at pub.dev
package:build_daemon 4.1.0 already published at pub.dev
package:build_modules 5.1.1 already published at pub.dev
package:build_runner 2.10.3-wip WIP (no publish necessary)
package:build_test 3.5.3-wip WIP (no publish necessary)
package:build_web_compilers 4.4.2 ready to publish build_web_compilers-v4.4.2
package:scratch_space 1.2.0 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

contents['entrypoint'] as String,
);
} else {
throw Exception(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you are throwing Exception so the stack trace doesn't get logged?

It would be maybe nicer to log.severe then return, which fails the build in the same way :) up to you.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants