feat(tsl-api-reference): expand and reorganize api catalog

Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references.

Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
csh
2026-08-10 18:26:24 +08:00
parent 2938300acb
commit 9010829c6d
1186 changed files with 243901 additions and 219769 deletions
+3 -2
View File
@@ -73,7 +73,8 @@ HELP_EPILOG = """\
lookup.py --name arrDropDuplicate
已知确切名称时可以直接用 --name,跳过第 1 步。
只查询一个 API scope 时使用 --scope,例如 --scope builtin--scope dotnet
只查询一个 API scope 时使用 --scope,例如 --scope builtin--scope dotnet
--scope third 或 --scope deprecated。
退出码:
0 取回成功;--name 无匹配也是 0(打印提示,不算错误)
@@ -422,7 +423,7 @@ def main(argv=None):
type=non_empty,
metavar="SCOPE",
help="只查询指定 scope,大小写不敏感;作用于 --name 和 --kw。"
"内置索引当前提供 builtin 与 dotnet",
"内置索引当前提供 builtin、dotnet、third 与 deprecated",
)
parser.add_argument(
"--limit",