Skip to content

Commit 91315d3

Browse files
committed
Update documentation to reflect new defs field on modulemeta
1 parent 13e9048 commit 91315d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/content/manual/manual.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,8 @@ sections:
36333633
36343634
Takes a module name as input and outputs the module's metadata
36353635
as an object, with the module's imports (including metadata)
3636-
as an array value for the `deps` key.
3636+
as an array value for the `deps` key and the module's defined
3637+
functions as an array value for the `defs` key.
36373638
36383639
Programs can use this to query a module's metadata, which they
36393640
could then use to, for example, search for, download, and

jq.1.prebuilt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)