Skip to content

Commit 97b97a9

Browse files
committed
chore(deadcode): drop unused private exports
1 parent cbbb466 commit 97b97a9

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

extensions/oc-path/src/oc-path/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
* @module @openclaw/oc-path
2525
*/
2626

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-
3627
// AST types
3728
export type { AstBlock, AstItem, Diagnostic, FrontmatterEntry, ParseResult, MdAst } from "./ast.js";
3829
export type { JsoncAst, JsoncEntry, JsoncValue } from "./jsonc/ast.js";

scripts/diffs-shiki-curated.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export {
2424
export { bundledThemes, bundledThemesInfo } from "shiki/themes";
2525
import { bundledThemes } from "shiki/themes";
2626

27-
export type BundledLanguage = keyof typeof bundledLanguages;
28-
export type BundledTheme = keyof typeof bundledThemes;
29-
3027
export const createHighlighter = createBundledHighlighter({
3128
langs: bundledLanguages,
3229
themes: bundledThemes,

0 commit comments

Comments
 (0)