mirror of
https://github.com/apple/pkl.git
synced 2026-08-27 06:04:03 +02:00
Fix reflect crash on modules using glob imports (#1816)
This excludes glob imports when creating a module's mirror
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user