Skip to content

Commit a6605a6

Browse files
Copilotsapphi-red
andcommitted
Address code review feedback: add TODO comment for module relationships
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 2e2c758 commit a6605a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/composables/bundler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export async function build(
100100
if (!moduleMap.has(moduleId)) {
101101
moduleMap.set(moduleId, {
102102
id: moduleId,
103-
// Note: Rolldown's current output doesn't expose per-module import/importer relationships
104-
// These would need to be populated from the module graph API if/when available
103+
// TODO: Populate import/importer relationships when Rolldown exposes module graph API
104+
// Currently, Rolldown's browser output doesn't provide per-module import relationships
105105
imports: [],
106106
dynamicImports: [],
107107
importers: [],

0 commit comments

Comments
 (0)