This commit is contained in:
pfg
2025-01-02 12:46:24 -08:00
parent fc24835489
commit 78298e6607

View File

@@ -1550,6 +1550,7 @@ pub const ModuleLoader = struct {
.specifier = input_specifier,
.source_url = input_specifier.createIfDifferent(path.text),
.hash = 0,
.module_info = null,
};
}
}