Expand description
ASTRegApply implementation for CreateModMutation
Creates a new module with content by:
- Parsing the content to extract items
- Registering each item under the new module path
Note: mod declarations (mod xxx;) are NOT stored here. RegistryGenerator automatically generates them from module hierarchy.
Functionsยง
- create_
mod_ v2 - Create a new module with content (V2 ASTRegistry-based)