@raycast/generate-docs
Advanced tools
Comparing version 0.8.10 to 0.8.11
{ | ||
"name": "@raycast/generate-docs", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
14
utils.js
@@ -47,4 +47,4 @@ // @ts-check | ||
throw new Error( | ||
`Unsupported prop type for ${prop.parent}'s ${ | ||
prop.name | ||
`Unsupported prop type for ${context.parent}'s ${ | ||
context.name | ||
} in getPropTypeString\n${JSON.stringify( | ||
@@ -145,4 +145,4 @@ prop, | ||
throw new Error( | ||
`Unsupported type for ${prop.parent}'s ${ | ||
prop.name | ||
`Unsupported type for ${context.parent}'s ${ | ||
context.name | ||
} in getTypeString\n${JSON.stringify( | ||
@@ -189,6 +189,6 @@ item, | ||
alias || item.name | ||
}" when try to get the type of ${prop.parent}'s ${ | ||
prop.name | ||
}" when try to get the type of ${context.parent}'s ${ | ||
context.name | ||
} so we could not generate the link.\nYou probably need to find the markdown file where ${ | ||
prop.parent | ||
context.parent | ||
} is documented and add a "### ${ | ||
@@ -195,0 +195,0 @@ alias || item.name |
31400