0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. crates
  4. /
  5. pi-ast
Ccan1357feat: added block replace syntax with block edits in hashline parser
cb00a072创建于 1 天前历史提交
文件最后提交记录最后更新时间
src
feat: added block replace syntax with block edits in hashline parser - Added replace block N: syntax in grammar/parser/tokenizer/types, emitting kind: "block" edits with empty-body checks. - Added block-resolution in hashline apply/recovery, wiring BlockResolver to resolve edits with throw/drop unresolved behavior. - Added native blockRangeAt support and exported block range/options types through pi-ast, pi-natives, and JS bindings. - Added coding-agent resolver wiring plus internal visibility/exports updates and new parser, patcher, and setup-wizard tests. 1 天前
Cargo.toml
deps(deps): added workspace dependency catalog and updated crate manifests - Added a workspace dependency catalog in Cargo.toml for internal and external crates. - Replaced explicit dependency specs and pinned versions with workspace references in crate manifests. - Removed inline dependency overrides such as feature flags, renames, and package metadata. - Consolidated platform-specific target deps (libc, winreg, windows-sys, parking_lot) to workspace entries. 20 天前