mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
Two bits of dead code left behind by the Rolldown migration (#35963). - The layout preloaded `EmberAssets.script_chunks["chunk.admin"]`, but Rolldown no longer produces that key — entrypoints are now named after their chunk, and the admin one (`admin/compat-modules`) is already preloaded by `module_preloads_for` on the line just above. The lookup returned nil, so the block emitted nothing. - A stylesheet compiler spec skipped `app/assets/stylesheets/ember_cli.scss`, a file the migration deleted, so the guard could never match. |
||
|---|---|---|
| .. | ||
| compiler_spec.rb | ||
| importer_spec.rb | ||
| manager_spec.rb | ||