feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
+2 -2
View File
@@ -582,7 +582,7 @@ class LookupTest(unittest.TestCase):
)
self.assertEqual(0, result.returncode, result.stderr)
self.assertIn("builtin、dotnet、third 与 deprecated", result.stdout)
self.assertIn("builtin、dotnet 与 module", result.stdout)
def test_exact_search_uses_anchor_for_duplicate_signatures(self):
module = load_script()
@@ -778,7 +778,7 @@ class LookupTest(unittest.TestCase):
text = SKILL_MD.read_text(encoding="utf-8")
self.assertIn("完全限定名称", text)
self.assertIn("--scope third", text)
self.assertIn("--scope module", text)
self.assertIn("qualified_name", text)
self.assertIn("owner、kind、binding、visibility", text)
self.assertIn("class function", text)