Fix reflect crash on modules using glob imports (#1816)

This excludes glob imports when creating a module's mirror
This commit is contained in:
Sergio Salvi
2026-08-25 12:04:45 -07:00
committed by GitHub
parent ae9160df51
commit a90eb74c2d
4 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ external class Module extends Declaration {
/// Map keys are the identifiers by which imports are accessed within this module.
/// Map values are the URIs of the imported modules.
///
/// Does not cover import expressions.
/// Does not cover import expressions or glob imports.
imports: Map<String, Uri>
/// The classes declared in this module.