Closed sgrekhov closed 2 months ago
No. Every augment library
will soon be a part file, and they definitely do not allow for a library name. Also, 'dart:mirrors' should work on the contents of the library at the semantic level ("after merging"), not just the textual contents of the library file, which means that all references to the library should include the result of applying all augmentations, no matter which file they are located in.
Updated. PTAL. Do we need a library name in an augmentating file?