From 0c97eee05e8cd99b17ad17827d79afa739957db1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 05:24:31 +0800 Subject: feat(mingling_pathf): add module path resolution and error handling Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de7d04e..425a588 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ # Temp file for dev_tools/scripts/windows-folder-hide.ps1 dev_tools/scripts/last_check + +# Draft Markdown +__*.md -- cgit