diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:24:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:24:31 +0800 |
| commit | 0c97eee05e8cd99b17ad17827d79afa739957db1 (patch) | |
| tree | 780d8a2b0c576eac8b2f56a2a30a24f7395cf97d /.gitignore | |
| parent | 69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ # Temp file for dev_tools/scripts/windows-folder-hide.ps1 dev_tools/scripts/last_check + +# Draft Markdown +__*.md |
