Index: src/ast/modules.h |
diff --git a/src/ast/modules.h b/src/ast/modules.h |
index e9a35646cdedec4806908342a4949af8ec68174b..0dc4243fb27e9ad341e1f22d973e6c24b04f509f 100644 |
--- a/src/ast/modules.h |
+++ b/src/ast/modules.h |
@@ -122,6 +122,7 @@ class ModuleDescriptor : public ZoneObject { |
} |
// All the remaining exports, indexed by local name. |
+ // After canonicalization (see Validate), these are exactly the local exports. |
const ZoneMultimap<const AstRawString*, Entry*>& regular_exports() const { |
return regular_exports_; |
} |