Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(uikit): Add experimental extraction of types #1105

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tassoevan
Copy link
Collaborator

Proposed changes (including videos or screenshots)

Issue(s)

Further comments

'block-elements',
blockElements
.map((blockElement) => {
0;

Check warning

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.
? `${property.description}\n\n${deprecation}`
: deprecation;

return `\`${property.field}\` | \`${property.type.replace(

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.
@dougfabris dougfabris changed the base branch from develop to main September 13, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant