We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591c4ea commit 2feb32bCopy full SHA for 2feb32b
1 file changed
.changeset/early-berries-live.md
@@ -2,4 +2,7 @@
2
'@lit-labs/analyzer': minor
3
---
4
5
-Documentation for overloaded functions and methods is now extracted from another declaration if the implementation declaration has no JSDoc tags.
+Adds support for overloaded functions. Methods of model objects that accept a
6
+string key will now specifically return the `FunctionDeclaration` of the
7
+implementation signature of an overloaded function, which has a new `overloads`
8
+field containing a `FunctionOverloadDeclaration` for each overload signature.
0 commit comments