chore(deadcode): drop unused private exports · openclaw/openclaw@97b97a9
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,15 +24,6 @@
|
24 | 24 | * @module @openclaw/oc-path |
25 | 25 | */ |
26 | 26 | |
27 | | -/** |
28 | | - * SDK version this build of `@openclaw/oc-path` exposes. Bumped on |
29 | | - * every breaking change to AST shape, OcPath syntax, or universal |
30 | | - * verbs (`resolveOcPath`, `setOcPath`, `findOcPaths`, `parseXxx`, |
31 | | - * `emitXxx`). Plugin packs that depend on the substrate declare the |
32 | | - * version they were authored against and the host warns on mismatch. |
33 | | - */ |
34 | | -export const SDK_VERSION = "0.1.0"; |
35 | | - |
36 | 27 | // AST types |
37 | 28 | export type { AstBlock, AstItem, Diagnostic, FrontmatterEntry, ParseResult, MdAst } from "./ast.js"; |
38 | 29 | export type { JsoncAst, JsoncEntry, JsoncValue } from "./jsonc/ast.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。