@ohos-cpf/3rdloop 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -0
- package/lib/cli.js +38 -5
- package/lib/doctor.js +111 -10
- package/lib/knowledge.js +440 -0
- package/lib/mcp.js +498 -0
- package/package.json +6 -2
- package/vendor/Archive/data/.index/meta.json +7 -0
- package/vendor/Archive/data/.index/search.db +0 -0
- package/vendor/Archive/data/docs/experiences/arkts-check-tool-pitfalls-baseline-comparison.md +13 -0
- package/vendor/Archive/data/docs/experiences/arkts-deep-path-import-recognition.md +31 -0
- package/vendor/Archive/data/docs/experiences/arkts-demo-coverage-entry-file-case-mismatch.md +25 -0
- package/vendor/Archive/data/docs/experiences/arkts-demo-coverage-import-trailing-slash.md +20 -0
- package/vendor/Archive/data/docs/experiences/arkts-library-source-files-may-be-ts.md +18 -0
- package/vendor/Archive/data/docs/experiences/arkts-typedarray-buffer-interface-cast-compile-fixes.md +36 -0
- package/vendor/Archive/data/docs/experiences/arkts-xts-compile-error-clustering-fix.md +24 -0
- package/vendor/Archive/data/docs/experiences/arkts-xts-doc-expected-value-runtime-probe.md +35 -0
- package/vendor/Archive/data/docs/experiences/arkts-xts-fixture-rawfile-testability-injection.md +33 -0
- package/vendor/Archive/data/docs/experiences/code-linter-chinese-comment-false-positive.md +16 -0
- package/vendor/Archive/data/docs/experiences/esobject-new-expression-variable-tracking.md +33 -0
- package/vendor/Archive/data/docs/experiences/filesystem-case-sensitivity-module-resolution.md +31 -0
- package/vendor/Archive/data/docs/experiences/gitcode-clone-redirect-warning-normal.md +13 -0
- package/vendor/Archive/data/docs/experiences/kn_msgvq1w585ec8319.md +77 -0
- package/vendor/Archive/data/docs/experiences/kn_msovnm6rd46de72c.md +98 -0
- package/vendor/Archive/data/docs/experiences/kn_mspt8vntfe708576.md +87 -0
- package/vendor/Archive/data/docs/experiences/kn_mspu1ei77adbbb48.md +133 -0
- package/vendor/Archive/data/docs/experiences/kn_mspubgak8d30bfce.md +128 -0
- package/vendor/Archive/data/docs/experiences/kn_mspug2de3cb1f7c3.md +115 -0
- package/vendor/Archive/data/docs/experiences/kn_skill_opt_001.md +38 -0
- package/vendor/Archive/data/docs/experiences/loop-artifacts-verification-evidence-triangle.md +19 -0
- package/vendor/Archive/data/docs/experiences/macos-bash-replace-build-ps1.md +19 -0
- package/vendor/Archive/data/docs/experiences/macos-bsd-diff-q-illegal-option.md +15 -0
- package/vendor/Archive/data/docs/experiences/migrate-cjs-compatible-api-version-map-limit.md +17 -0
- package/vendor/Archive/data/docs/experiences/mp3agic-arkts-library-behavior-quirks.md +21 -0
- package/vendor/Archive/data/docs/experiences/ohos-face-detection-scan-api-mapping.md +15 -0
- package/vendor/Archive/data/docs/experiences/pr-metadata-and-diff-integrity-verification.md +12 -0
- package/vendor/Archive/data/docs/experiences/rn-coverage-index-signature-pseudo-member-false-negative.md +32 -0
- package/vendor/Archive/data/docs/experiences/rn-memory-check-severity-calibration.md +21 -0
- package/vendor/Archive/data/docs/experiences/rn-platform-specific-api-exclusion-evidence.md +24 -0
- package/vendor/Archive/data/docs/experiences/rn-upstream-version-diff-pitfalls.md +17 -0
- package/vendor/Archive/data/docs/experiences/rn-version-gap-risk-rating-rules.md +13 -0
- package/vendor/Archive/data/docs/experiences/rn-view-lib-native-contract-diff-fabric-spec.md +16 -0
- package/vendor/Archive/data/docs/experiences/rnoh-adapter-package-version-field-semantics.md +18 -0
- package/vendor/Archive/data/docs/experiences/rnoh-arkts-sqlite-rows-array-format.md +18 -0
- package/vendor/Archive/data/docs/experiences/rnoh-dependency-residue-scan-strategy.md +18 -0
- package/vendor/Archive/data/docs/experiences/rnoh-example-local-lib-dep-use-tgz.md +53 -0
- package/vendor/Archive/data/docs/experiences/rnoh-example-prereserve-rntesterlist.md +17 -0
- package/vendor/Archive/data/docs/experiences/rnoh-example-template-compatiblesdkversion-upgrade.md +29 -0
- package/vendor/Archive/data/docs/experiences/rnoh-example-turbomodule-shell-adaptation-checklist.md +41 -0
- package/vendor/Archive/data/docs/experiences/rnoh-mcp-build-project-tool-risk.md +18 -0
- package/vendor/Archive/data/docs/experiences/rnoh-npm-devdependencies-version-precheck.md +29 -0
- package/vendor/Archive/data/docs/experiences/rnoh-repo-baseline-version-verification.md +13 -0
- package/vendor/Archive/data/docs/experiences/rnoh-repo-upstream-directory-mapping.md +18 -0
- package/vendor/Archive/data/docs/experiences/rnoh-stateless-library-zero-leak-verification.md +31 -0
- package/vendor/Archive/data/docs/experiences/rnoh-template-npmrc-credential-removal.md +15 -0
- package/vendor/Archive/data/docs/experiences/rnoh-turbomodule-codegen-wiring-verification.md +19 -0
- package/vendor/Archive/data/docs/experiences/rnoh-turbomodule-cpp-methodmap-compatibility-check.md +20 -0
- package/vendor/Archive/data/docs/experiences/scenario-doc-vs-source-signature-diff-four-patterns.md +24 -0
- package/vendor/Archive/data/docs/experiences/static-analysis-grep-cross-validation.md +29 -0
- package/vendor/Archive/demo.js +489 -0
- package/vendor/Archive/index.js +43 -0
- package/vendor/Archive/package.json +16 -0
- package/vendor/Archive/src/constants.js +83 -0
- package/vendor/Archive/src/data/stopwords.txt +110 -0
- package/vendor/Archive/src/data/synonyms.json +25 -0
- package/vendor/Archive/src/data/terms.txt +59 -0
- package/vendor/Archive/src/db/sqlite-backend.js +312 -0
- package/vendor/Archive/src/db/sqlite-schema.js +64 -0
- package/vendor/Archive/src/engine.js +501 -0
- package/vendor/Archive/src/index/index-manager.js +203 -0
- package/vendor/Archive/src/index/index-state.js +94 -0
- package/vendor/Archive/src/index/search-text-builder.js +106 -0
- package/vendor/Archive/src/index.js +22 -0
- package/vendor/Archive/src/parser/api-identifiers.js +121 -0
- package/vendor/Archive/src/parser/api-suffixes.js +48 -0
- package/vendor/Archive/src/parser/heading-normalize.js +40 -0
- package/vendor/Archive/src/parser/markdown-splitter.js +215 -0
- package/vendor/Archive/src/search/catalog-routing.js +87 -0
- package/vendor/Archive/src/search/fts-search.js +289 -0
- package/vendor/Archive/src/search/query-normalizer.js +159 -0
- package/vendor/Archive/src/search/query-rewriter.js +72 -0
- package/vendor/Archive/src/search/search-engine.js +72 -0
- package/vendor/Archive/src/search/snippet.js +64 -0
- package/vendor/Archive/src/store/dir-store.js +103 -0
- package/vendor/Archive/src/store/doc-store.js +36 -0
- package/vendor/Archive/src/tokenizer/lexicon.js +151 -0
- package/vendor/Archive/src/tokenizer/tokenizer.js +167 -0
- package/vendor/Archive/src/types.js +86 -0
- package/vendor/Archive/src/utils/hash.js +16 -0
- package/vendor/Archive/src/utils/lock.js +73 -0
- package/vendor/Archive/src/utils/path-safety.js +96 -0
- package/vendor/Archive/src/utils/paths.js +39 -0
- package/vendor/BadCase/rn/INDEX.md +127 -0
- package/vendor/BadCase/rn/cases/KI-001-webview/350/247/206/351/242/221/346/227/240/346/263/225/346/250/252/345/261/217.md +52 -0
- package/vendor/BadCase/rn/cases/KI-002-fastImage/347/203/255/346/233/264/346/226/260/345/233/276/347/211/207/345/244/261/350/264/245.md +37 -0
- package/vendor/BadCase/rn/cases/KI-003-wechat/347/274/251/347/225/245/345/233/276/346/234/254/345/234/260/345/233/276/347/211/207.md +62 -0
- package/vendor/BadCase/rn/cases/KI-004-wechat/345/233/236/350/260/203/346/227/266/345/272/217.md +47 -0
- package/vendor/BadCase/rn/cases/KI-005-geolocation/345/257/274/345/205/245/350/267/257/345/276/204/345/220/216/347/274/200.md +31 -0
- package/vendor/BadCase/rn/cases/KI-006-SmartRefreshLayout/346/231/272/350/203/275/346/214/207/351/222/210/345/264/251/346/272/203.md +55 -0
- package/vendor/BadCase/rn/cases/KI-007-orientation-locker/344/274/240/346/204/237/345/231/250/345/210/235/345/247/213/345/214/226.md +58 -0
- package/vendor/BadCase/rn/cases/KI-008-orientation-locker/344/274/240/346/204/237/345/231/250/345/274/225/347/224/250/350/256/241/346/225/260.md +47 -0
- package/vendor/BadCase/rn/cases/KI-009-pager-view/345/265/214/345/245/227/346/273/221/345/212/250.md +38 -0
- package/vendor/BadCase/rn/cases/KI-010-screens/346/211/213/345/212/277/345/206/262/347/252/201.md +48 -0
- package/vendor/BadCase/rn/cases/KI-011-spring-scrollview/346/211/213/345/212/277/351/207/215/345/244/215/347/273/221/345/256/232.md +49 -0
- package/vendor/BadCase/rn/cases/KI-012-qr-camera/346/250/252/345/261/217/351/200/202/351/205/215.md +59 -0
- package/vendor/BadCase/rn/cases/KI-013-webview/346/267/261/350/211/262/346/250/241/345/274/217/350/203/214/346/231/257/350/211/262.md +37 -0
- package/vendor/BadCase/rn/cases/KI-014-amap-geolocation/345/233/236/350/260/203/347/274/272/345/244/261.md +42 -0
- package/vendor/BadCase/rn/cases/KI-015-reanimated/350/277/220/350/241/214/346/227/266/346/236/220/346/236/204/345/264/251/346/272/203.md +54 -0
- package/vendor/BadCase/rn/cases/KI-016-fs/346/226/207/344/273/266/350/257/273/345/217/226/347/274/226/347/240/201.md +58 -0
- package/vendor/BadCase/rn/cases/KI-017-blob-util/345/217/202/346/225/260/347/274/226/347/240/201/351/224/231/350/257/257.md +39 -0
- package/vendor/BadCase/rn/cases/KI-018-modal/345/274/271/347/252/227/351/227/252/347/203/201.md +53 -0
- package/vendor/BadCase/rn/cases/KI-019-code-push/351/207/215/345/220/257/351/200/273/350/276/221/345/244/261/346/225/210.md +79 -0
- package/vendor/BadCase/rn/cases/KI-020-netinfo/346/225/217/346/204/237/344/277/241/346/201/257/346/263/204/351/234/262.md +60 -0
- package/vendor/BadCase/rn/cases/KI-021-video/346/234/254/345/234/260/350/247/206/351/242/221/346/222/255/346/224/276/345/274/202/345/270/270.md +79 -0
- package/vendor/BadCase/rn/cases/KI-022-audio-recorder-player/346/236/232/344/270/276/347/274/272/345/244/261.md +38 -0
- package/vendor/BadCase/rn/cases/KI-023-svg/346/270/220/345/217/230/347/273/247/346/211/277/345/244/261/346/225/210.md +62 -0
- package/vendor/BadCase/rn/generalization-log.md +55 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-SmartRefreshLayout-32.json +328 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-SmartRefreshLayout-32.md +382 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-amap-geolocation-27.json +1351 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-amap-geolocation-27.md +1176 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-audio-recorder-player-22.json +538 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-audio-recorder-player-22.md +1488 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-blob-util-23.json +211 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-blob-util-23.md +35 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-code-push-17.json +2048 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-code-push-17.md +3866 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-fast-image-102.json +198 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-fast-image-102.md +40 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-fs-38.json +751 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-fs-38.md +883 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-geolocation-24.json +1544 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-geolocation-24.md +2598 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-modal-20.json +246 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-modal-20.md +554 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-netinfo-31.json +211 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-netinfo-31.md +54 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-45.json +1626 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-45.md +2213 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-51.json +208 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-orientation-locker-51.md +77 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-pager-view-32.json +377 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-pager-view-32.md +174 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-qr-decode-image-camera-37.json +232 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-qr-decode-image-camera-37.md +194 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-reanimated-82.json +198 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-reanimated-82.md +67 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-87.json +198 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-87.md +38 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-93.json +208 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-screens-93.md +34 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-spring-scrollview-38.json +222 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-spring-scrollview-38.md +56 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-svg-117.json +463 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-svg-117.md +383 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-video-66.json +464 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-video-66.md +565 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-112.json +198 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-112.md +47 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-121.json +232 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-webview-121.md +422 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-wechat-lib-15.json +295 -0
- package/vendor/BadCase/rn/pr-info/rntpc_react-native-wechat-lib-15.md +1038 -0
- package/vendor/BadCase/rn/rules/R-01-/345/205/250/345/261/217/347/252/227/345/217/243/347/212/266/346/200/201/347/256/241/347/220/206/345/256/214/346/225/264/346/200/247.md +20 -0
- package/vendor/BadCase/rn/rules/R-02-/350/265/204/346/272/220URI/345/275/242/346/200/201/345/210/206/346/224/257/350/246/206/347/233/226.md +21 -0
- package/vendor/BadCase/rn/rules/R-03-/351/231/204/345/261/236/346/223/215/344/275/234/345/244/261/350/264/245/351/230/273/346/226/255/344/270/273/346/265/201/347/250/213.md +20 -0
- package/vendor/BadCase/rn/rules/R-04-/345/274/202/346/255/245/345/233/236/350/260/203/346/263/250/345/206/214/346/227/266/345/272/217.md +20 -0
- package/vendor/BadCase/rn/rules/R-05-/346/250/241/345/235/227/345/257/274/345/205/245/350/267/257/345/276/204/350/247/204/350/214/203.md +19 -0
- package/vendor/BadCase/rn/rules/R-06-/344/274/240/346/204/237/345/231/250/347/241/254/344/273/266/346/235/203/351/231/220/346/214/211/351/234/200/350/216/267/345/217/226.md +21 -0
- package/vendor/BadCase/rn/rules/R-07-/346/231/272/350/203/275/346/214/207/351/222/210/347/224/237/345/221/275/345/221/250/346/234/237/347/256/241/347/220/206.md +20 -0
- package/vendor/BadCase/rn/rules/R-08-/346/211/213/345/212/277/344/272/213/344/273/266/346/263/250/345/206/214/344/270/216/345/206/262/347/252/201/345/244/204/347/220/206.md +22 -0
- package/vendor/BadCase/rn/rules/R-09-/346/250/252/347/253/226/345/261/217/345/244/232/345/275/242/346/200/201/345/270/203/345/261/200/351/200/202/351/205/215.md +20 -0
- package/vendor/BadCase/rn/rules/R-10-/346/267/261/350/211/262/346/250/241/345/274/217/344/270/273/351/242/230/351/242/234/350/211/262/351/200/202/351/205/215.md +19 -0
- package/vendor/BadCase/rn/rules/R-11-/346/216/245/345/217/243/345/233/236/350/260/203/345/256/236/347/216/260/345/256/214/346/225/264/346/200/247.md +20 -0
- package/vendor/BadCase/rn/rules/R-12-/345/216/237/347/224/237/350/277/220/350/241/214/346/227/266/350/265/204/346/272/220/346/236/220/346/236/204/346/227/266/345/272/217.md +20 -0
- package/vendor/BadCase/rn/rules/R-13-/346/226/207/344/273/266/346/225/260/346/215/256/347/274/226/347/240/201/344/270/216/346/240/274/345/274/217/345/205/274/345/256/271.md +21 -0
- package/vendor/BadCase/rn/rules/R-14-/345/212/250/347/224/273/345/210/235/345/247/213/345/214/226/346/227/266/345/272/217/344/270/216/347/212/266/346/200/201/345/220/214/346/255/245.md +20 -0
- package/vendor/BadCase/rn/rules/R-15-/347/212/266/346/200/201/346/214/201/344/271/205/345/214/226/344/270/216/351/207/215/345/220/257/351/200/273/350/276/221/344/270/200/350/207/264/346/200/247.md +20 -0
- package/vendor/BadCase/rn/rules/R-16-/346/225/217/346/204/237/344/277/241/346/201/257/346/227/245/345/277/227/346/263/204/351/234/262.md +19 -0
- package/vendor/BadCase/rn/rules/R-17-/345/252/222/344/275/223/350/265/204/346/272/220/347/224/237/345/221/275/345/221/250/346/234/237/344/270/216/351/224/231/350/257/257/345/244/204/347/220/206.md +21 -0
- package/vendor/BadCase/rn/rules/R-18-/350/203/275/345/212/233/346/236/232/344/270/276/351/205/215/347/275/256/345/256/214/346/225/264/346/200/247.md +19 -0
- package/vendor/BadCase/rn/rules/R-19-/345/233/276/345/275/242/346/270/262/346/237/223/345/261/236/346/200/247/347/273/247/346/211/277/344/270/216/351/207/215/347/275/256.md +19 -0
- package/vendor/MCP/README.md +490 -0
- package/vendor/MCP/config.json +29 -0
- package/vendor/MCP/package.json +23 -0
- package/vendor/MCP/scripts/analyze-demo-coverage.cjs +1203 -0
- package/vendor/MCP/scripts/analyze-xts-coverage.cjs +1245 -0
- package/vendor/MCP/scripts/deveco_docs.js +247 -0
- package/vendor/MCP/scripts/extract-interfaces.cjs +1487 -0
- package/vendor/MCP/scripts/flutter-analyze-demo-coverage.cjs +666 -0
- package/vendor/MCP/scripts/flutter-analyze-xts-coverage.cjs +684 -0
- package/vendor/MCP/scripts/flutter-extract-interfaces.cjs +1251 -0
- package/vendor/MCP/scripts/flutter-render-spec-doc.cjs +351 -0
- package/vendor/MCP/scripts/render-spec-doc.cjs +347 -0
- package/vendor/MCP/scripts/rn-analyze-demo-coverage.cjs +645 -0
- package/vendor/MCP/scripts/rn-analyze-test-coverage.cjs +614 -0
- package/vendor/MCP/scripts/rn-extract-interfaces.cjs +1462 -0
- package/vendor/MCP/scripts/rn-render-spec-doc.cjs +327 -0
- package/vendor/MCP/scripts/rn-scan-exports.cjs +1336 -0
- package/vendor/MCP/src/client/MCPClientPool.js +220 -0
- package/vendor/MCP/src/config/ConfigLoader.js +189 -0
- package/vendor/MCP/src/executor/ScriptExecutor.js +110 -0
- package/vendor/MCP/src/gateway/Gateway.js +451 -0
- package/vendor/MCP/src/index.js +87 -0
- package/vendor/MCP/src/library/KBToolProvider.js +229 -0
- package/vendor/MCP/src/library/logger.js +60 -0
- package/vendor/MCP/src/registry/ScriptRegistry.js +238 -0
- package/vendor/MCP/src/registry/ToolRegistry.js +111 -0
- package/vendor/MCP/src/types.js +115 -0
- package/vendor/Server/Skills/arkts-library-test-coverage-check/references/MCP_TOOL_USAGE.md +4 -2
- package/vendor/Server/Skills/arkts-library-xts-coverage/SKILL.md +3 -3
- package/vendor/Server/Skills/knowledge-import/SKILL.md +1 -1
- package/vendor/Server/Skills/knowledge-import/references/MCP_TOOL_USAGE.md +12 -4
- package/vendor/Server/Skills/ohos-lib-pr-push/SKILL.md +5 -4
- package/vendor/Server/Skills/rn-library-issue-generalizer/SKILL.md +2 -2
- package/vendor/Server/Skills/rn-library-known-issue-check/SKILL.md +2 -2
- package/vendor/Server/Skills/rnoh-lib-demo-coverage/SKILL.md +1 -2
- package/vendor/Server/Skills/rnoh-lib-test-align/references/port-test-demo-guide.md +1 -1
- package/vendor/Server/Skills/rnoh-lib-xts-coverage/SKILL.md +1 -2
- package/vendor/Server/package.json +5 -1
- package/vendor/VERSION +3 -3
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* @tool rn_render_spec_doc
|
|
4
|
+
* @description 将 RN 三方库接口规格数据渲染为 Markdown 格式的接口规格说明书文档。可直接从库源码提取接口(一步到位),或读取已有的 interface-spec.json 中间件生成文档。用于生成人类可读的 RN API 文档。
|
|
5
|
+
* @param libroot: string - 库根目录路径(直接从源码提取,可选,与 spec 二选一)
|
|
6
|
+
* @param spec: string - 已有的 interface-spec.json 路径(可选,与 libroot 二选一)
|
|
7
|
+
* @param output: string - 输出 Markdown 文件路径(可选,不指定则输出到 stdout)
|
|
8
|
+
* @hidden
|
|
9
|
+
* render-spec-doc.cjs — Layer 2: 接口规格文档渲染器
|
|
10
|
+
*
|
|
11
|
+
* 读取 rn-extract-interfaces.cjs 生成的接口规格 (JSON 或直接提取),
|
|
12
|
+
* 渲染为 Markdown 格式的接口规格说明书。
|
|
13
|
+
*
|
|
14
|
+
* 依赖: require('./rn-extract-interfaces.cjs')
|
|
15
|
+
* require('./rn-extract-interfaces.cjs') (loadSpec/generateRNSpec)
|
|
16
|
+
* 被依赖: 无 (终端脚本)
|
|
17
|
+
*
|
|
18
|
+
* 用法:
|
|
19
|
+
* 方式一 (JSON 中间件):
|
|
20
|
+
* node rn-render-spec-doc.cjs --spec <interface-spec.json> --output <spec.md>
|
|
21
|
+
* 方式二 (直接从源码提取):
|
|
22
|
+
* node rn-render-spec-doc.cjs --libroot <库根目录> --output <spec.md>
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
'use strict';
|
|
26
|
+
|
|
27
|
+
const fs = require('fs');
|
|
28
|
+
const path = require('path');
|
|
29
|
+
const {
|
|
30
|
+
escapeMd, formatParams, parseArgs, info, ok, loadSpec,
|
|
31
|
+
} = require('./rn-extract-interfaces.cjs');
|
|
32
|
+
|
|
33
|
+
// ── 工具函数 ──────────────────────────────────────────────
|
|
34
|
+
|
|
35
|
+
function isEventMethod(name) {
|
|
36
|
+
return /(?:add|remove)\w*Listener/.test(name) || /^on[A-Z]/.test(name);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
function boolFlag(value) {
|
|
40
|
+
return value ? '是' : '否';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function typeLabel(type) {
|
|
44
|
+
const labels = {
|
|
45
|
+
'turbo-module': 'TurboModule Spec',
|
|
46
|
+
'es-export': 'ES Module 导出',
|
|
47
|
+
'commonjs-export': 'CommonJS 导出',
|
|
48
|
+
'side-effect': 'Side-effect (全局补丁)',
|
|
49
|
+
'type-decl': '类型声明 (index.d.ts)',
|
|
50
|
+
'class': '类 (class)',
|
|
51
|
+
'interface': '接口 (interface)',
|
|
52
|
+
'enum': '枚举 (enum)',
|
|
53
|
+
'type': '类型别名 (type)',
|
|
54
|
+
'function': '函数 (function)',
|
|
55
|
+
'variable': '变量 (variable)',
|
|
56
|
+
};
|
|
57
|
+
return labels[type] || type;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function layerLabel(layer) {
|
|
61
|
+
const labels = {
|
|
62
|
+
'turbo': 'TurboModule 层',
|
|
63
|
+
'js': 'JS 层',
|
|
64
|
+
};
|
|
65
|
+
return labels[layer] || layer || '-';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// ── 分类辅助 ──────────────────────────────────────────────
|
|
69
|
+
|
|
70
|
+
function groupByClass(interfaces) {
|
|
71
|
+
const classMap = new Map();
|
|
72
|
+
for (const iface of interfaces) {
|
|
73
|
+
const className = iface.className || '(顶层导出)';
|
|
74
|
+
if (!classMap.has(className)) classMap.set(className, []);
|
|
75
|
+
classMap.get(className).push(iface);
|
|
76
|
+
}
|
|
77
|
+
return classMap;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
function groupByLayer(interfaces) {
|
|
81
|
+
const groups = { turbo: [], js: [] };
|
|
82
|
+
for (const iface of interfaces) {
|
|
83
|
+
const layer = iface.layer || 'js';
|
|
84
|
+
if (!groups[layer]) groups[layer] = [];
|
|
85
|
+
groups[layer].push(iface);
|
|
86
|
+
}
|
|
87
|
+
return groups;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// ── 渲染函数 ──────────────────────────────────────────────
|
|
91
|
+
|
|
92
|
+
function renderHeader(spec) {
|
|
93
|
+
const lines = [];
|
|
94
|
+
lines.push(`# ${spec.libraryName} 接口规格说明书`);
|
|
95
|
+
lines.push('');
|
|
96
|
+
lines.push('> 本文档由 `rn-extract-interfaces.cjs` 自动生成。');
|
|
97
|
+
lines.push('');
|
|
98
|
+
lines.push('## 基本信息');
|
|
99
|
+
lines.push('');
|
|
100
|
+
lines.push('| 属性 | 值 |');
|
|
101
|
+
lines.push('|------|----|');
|
|
102
|
+
lines.push(`| 库名 | \`${spec.libraryName}\` |`);
|
|
103
|
+
lines.push(`| 导入别名 | \`${spec.libraryAlias || '-'}\` |`);
|
|
104
|
+
lines.push(`| 入口文件 | \`${spec.entryFile || '-'}\` |`);
|
|
105
|
+
lines.push(`| 导出模式 | \`${spec.exportStyle || '-'}\` |`);
|
|
106
|
+
lines.push(`| 生成时间 | ${spec.extractedAt} |`);
|
|
107
|
+
lines.push(`| 源文件数 | ${spec.sources ? spec.sources.length : '-'} |`);
|
|
108
|
+
lines.push('');
|
|
109
|
+
return lines.join('\n');
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
function renderSummary(spec) {
|
|
113
|
+
const s = spec.summary || {};
|
|
114
|
+
const lines = [];
|
|
115
|
+
lines.push('## 接口统计');
|
|
116
|
+
lines.push('');
|
|
117
|
+
lines.push('| 统计项 | 数量 |');
|
|
118
|
+
lines.push('|--------|------|');
|
|
119
|
+
lines.push(`| 类/接口/模块总数 (S) | ${s.S || '-'} |`);
|
|
120
|
+
lines.push(`| 方法/属性/字段总数 (N) | ${s.N || '-'} |`);
|
|
121
|
+
lines.push(`| 方法数 | ${s.methods || 0} |`);
|
|
122
|
+
lines.push(`| 属性数 | ${s.properties || 0} |`);
|
|
123
|
+
lines.push(`| 字段数 | ${s.fields || 0} |`);
|
|
124
|
+
lines.push('');
|
|
125
|
+
return lines.join('\n');
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function renderLayerOverview(interfaces) {
|
|
129
|
+
const layers = groupByLayer(interfaces);
|
|
130
|
+
const lines = [];
|
|
131
|
+
lines.push('## 按层级分布');
|
|
132
|
+
lines.push('');
|
|
133
|
+
lines.push('| 层级 | 接口数 | 说明 |');
|
|
134
|
+
lines.push('|------|--------|------|');
|
|
135
|
+
lines.push(`| TurboModule 层 | ${layers.turbo.length} | 原生 TurboModule Spec 方法 |`);
|
|
136
|
+
lines.push(`| JS 层 | ${layers.js.length} | JS 层导出 (CommonJS/ES Module/Side-effect) |`);
|
|
137
|
+
lines.push('');
|
|
138
|
+
return lines.join('\n');
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
function renderClassSection(className, members, index) {
|
|
142
|
+
const lines = [];
|
|
143
|
+
const num = `${index}. `;
|
|
144
|
+
|
|
145
|
+
if (className === '(顶层导出)') {
|
|
146
|
+
lines.push(`## ${num}顶层导出`);
|
|
147
|
+
lines.push('');
|
|
148
|
+
} else {
|
|
149
|
+
const firstMember = members[0];
|
|
150
|
+
const typeStr = firstMember ? firstMember.type : 'class';
|
|
151
|
+
const layerStr = firstMember ? firstMember.layer : 'js';
|
|
152
|
+
lines.push(`## ${num}${className}`);
|
|
153
|
+
lines.push('');
|
|
154
|
+
lines.push(`> 类型: ${typeLabel(typeStr)} | 层级: ${layerLabel(layerStr)}`);
|
|
155
|
+
lines.push('');
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// 分离不同种类的成员
|
|
159
|
+
const methods = members.filter(m => m.kind === 'method');
|
|
160
|
+
const functions = members.filter(m => m.kind === 'function');
|
|
161
|
+
const properties = members.filter(m => m.kind === 'property');
|
|
162
|
+
const fields = members.filter(m => m.kind === 'field');
|
|
163
|
+
const variables = members.filter(m => m.kind === 'variable');
|
|
164
|
+
const types = members.filter(m => m.kind === 'type');
|
|
165
|
+
|
|
166
|
+
// 方法表格
|
|
167
|
+
if (methods.length > 0) {
|
|
168
|
+
lines.push('### 方法');
|
|
169
|
+
lines.push('');
|
|
170
|
+
lines.push('| # | 方法名 | 事件 | 静态 | 参数 | 返回类型 | 说明 | 源码 |');
|
|
171
|
+
lines.push('|---|--------|------|------|------|----------|------|------|');
|
|
172
|
+
methods.forEach((m, i) => {
|
|
173
|
+
const isEvent = isEventMethod(m.memberName);
|
|
174
|
+
const source = m.source ? `${m.source}:${m.startLine || 0}` : '-';
|
|
175
|
+
lines.push(`| ${i + 1} | \`${m.memberName}\` | ${boolFlag(isEvent)} | ${boolFlag(m.isStatic)} | ${escapeMd(formatParams(m.params))} | ${escapeMd(m.returnType)} | ${escapeMd(m.description)} | \`${source}\` |`);
|
|
176
|
+
});
|
|
177
|
+
lines.push('');
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// 函数表格
|
|
181
|
+
if (functions.length > 0) {
|
|
182
|
+
lines.push('### 函数');
|
|
183
|
+
lines.push('');
|
|
184
|
+
lines.push('| # | 函数名 | 参数 | 返回类型 | 说明 | 源码 |');
|
|
185
|
+
lines.push('|---|--------|------|----------|------|------|');
|
|
186
|
+
functions.forEach((f, i) => {
|
|
187
|
+
const source = f.source ? `${f.source}:${f.startLine || 0}` : '-';
|
|
188
|
+
lines.push(`| ${i + 1} | \`${f.memberName}\` | ${escapeMd(formatParams(f.params))} | ${escapeMd(f.returnType)} | ${escapeMd(f.description)} | \`${source}\` |`);
|
|
189
|
+
});
|
|
190
|
+
lines.push('');
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// 属性表格
|
|
194
|
+
if (properties.length > 0) {
|
|
195
|
+
lines.push('### 属性');
|
|
196
|
+
lines.push('');
|
|
197
|
+
lines.push('| # | 属性名 | 静态 | 只读 | 类型 | 说明 |');
|
|
198
|
+
lines.push('|---|--------|------|------|------|------|');
|
|
199
|
+
properties.forEach((p, i) => {
|
|
200
|
+
lines.push(`| ${i + 1} | \`${p.memberName}\` | ${boolFlag(p.isStatic)} | ${boolFlag(p.isReadonly)} | ${escapeMd(p.returnType)} | ${escapeMd(p.description)} |`);
|
|
201
|
+
});
|
|
202
|
+
lines.push('');
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// 字段表格
|
|
206
|
+
if (fields.length > 0) {
|
|
207
|
+
lines.push('### 字段');
|
|
208
|
+
lines.push('');
|
|
209
|
+
lines.push('| # | 字段名 | 可选 | 只读 | 类型 | 说明 |');
|
|
210
|
+
lines.push('|---|--------|------|------|------|------|');
|
|
211
|
+
fields.forEach((f, i) => {
|
|
212
|
+
lines.push(`| ${i + 1} | \`${f.memberName}\` | ${boolFlag(f.isOptional)} | ${boolFlag(f.isReadonly)} | ${escapeMd(f.returnType)} | ${escapeMd(f.description)} |`);
|
|
213
|
+
});
|
|
214
|
+
lines.push('');
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// 变量表格
|
|
218
|
+
if (variables.length > 0) {
|
|
219
|
+
lines.push('### 变量');
|
|
220
|
+
lines.push('');
|
|
221
|
+
lines.push('| # | 变量名 | 类型 | 说明 |');
|
|
222
|
+
lines.push('|---|--------|------|------|');
|
|
223
|
+
variables.forEach((v, i) => {
|
|
224
|
+
lines.push(`| ${i + 1} | \`${v.memberName}\` | ${escapeMd(v.returnType)} | ${escapeMd(v.description)} |`);
|
|
225
|
+
});
|
|
226
|
+
lines.push('');
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// 类型别名表格
|
|
230
|
+
if (types.length > 0) {
|
|
231
|
+
lines.push('### 类型别名');
|
|
232
|
+
lines.push('');
|
|
233
|
+
lines.push('| # | 类型名 | 定义 | 说明 |');
|
|
234
|
+
lines.push('|---|--------|------|------|');
|
|
235
|
+
types.forEach((t, i) => {
|
|
236
|
+
lines.push(`| ${i + 1} | \`${t.className}\` | \`${escapeMd(t.returnType)}\` | ${escapeMd(t.description)} |`);
|
|
237
|
+
});
|
|
238
|
+
lines.push('');
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// 事件方法汇总
|
|
242
|
+
const eventMethods = methods.filter(m => isEventMethod(m.memberName));
|
|
243
|
+
if (eventMethods.length > 0) {
|
|
244
|
+
lines.push('### 事件方法汇总');
|
|
245
|
+
lines.push('');
|
|
246
|
+
lines.push('| # | 事件方法 | 参数 | 返回类型 |');
|
|
247
|
+
lines.push('|---|----------|------|----------|');
|
|
248
|
+
eventMethods.forEach((e, i) => {
|
|
249
|
+
lines.push(`| ${i + 1} | \`${e.memberName}\` | ${escapeMd(formatParams(e.params))} | \`${escapeMd(e.returnType)}\` |`);
|
|
250
|
+
});
|
|
251
|
+
lines.push('');
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
return lines.join('\n');
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function renderSourceList(spec) {
|
|
258
|
+
if (!spec.sources || spec.sources.length === 0) return '';
|
|
259
|
+
const lines = [];
|
|
260
|
+
lines.push('## 源文件列表');
|
|
261
|
+
lines.push('');
|
|
262
|
+
lines.push('| # | 文件路径 |');
|
|
263
|
+
lines.push('|---|----------|');
|
|
264
|
+
spec.sources.forEach((src, i) => {
|
|
265
|
+
lines.push(`| ${i + 1} | \`${src}\` |`);
|
|
266
|
+
});
|
|
267
|
+
lines.push('');
|
|
268
|
+
return lines.join('\n');
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// ── 主渲染函数 ────────────────────────────────────────────
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* 渲染接口规格文档。
|
|
275
|
+
* @param {object} spec 接口规格数据
|
|
276
|
+
* @returns {string} Markdown 文档
|
|
277
|
+
*/
|
|
278
|
+
function renderSpecDoc(spec) {
|
|
279
|
+
const interfaces = spec.interfaces || [];
|
|
280
|
+
|
|
281
|
+
// 按类名分组
|
|
282
|
+
const classGroups = groupByClass(interfaces);
|
|
283
|
+
let sectionIndex = 0;
|
|
284
|
+
|
|
285
|
+
const parts = [];
|
|
286
|
+
parts.push(renderHeader(spec));
|
|
287
|
+
parts.push(renderSummary(spec));
|
|
288
|
+
|
|
289
|
+
for (const [className, members] of classGroups) {
|
|
290
|
+
sectionIndex++;
|
|
291
|
+
parts.push(renderClassSection(className, members, sectionIndex));
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
parts.push(renderSourceList(spec));
|
|
295
|
+
|
|
296
|
+
return parts.join('\n---\n\n');
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// ── 导出 ──────────────────────────────────────────────────
|
|
300
|
+
|
|
301
|
+
module.exports = { renderSpecDoc };
|
|
302
|
+
|
|
303
|
+
// ── CLI 入口 ──────────────────────────────────────────────
|
|
304
|
+
|
|
305
|
+
if (require.main === module) {
|
|
306
|
+
const args = parseArgs(process.argv.slice(2));
|
|
307
|
+
const outputPath = args.output;
|
|
308
|
+
|
|
309
|
+
const loaded = loadSpec(args);
|
|
310
|
+
if (!loaded) {
|
|
311
|
+
console.error('用法: node rn-render-spec-doc.cjs --spec <interface-spec.json> --output <spec.md>');
|
|
312
|
+
console.error(' 或: node rn-render-spec-doc.cjs --libroot <库根目录> --output <spec.md>');
|
|
313
|
+
process.exit(1);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
const { spec, specBasename } = loaded;
|
|
317
|
+
const markdown = renderSpecDoc(spec);
|
|
318
|
+
|
|
319
|
+
const finalOutput = outputPath || path.join(
|
|
320
|
+
args.libroot || args.repoDir || (args.spec ? path.dirname(args.spec) : process.cwd()),
|
|
321
|
+
`01-${specBasename}-接口规格说明书.md`
|
|
322
|
+
);
|
|
323
|
+
|
|
324
|
+
fs.mkdirSync(path.dirname(finalOutput), { recursive: true });
|
|
325
|
+
fs.writeFileSync(finalOutput, markdown, 'utf-8');
|
|
326
|
+
ok(`文档渲染完成: ${finalOutput}`);
|
|
327
|
+
}
|