issues Search Results · repo:electron/docs-parser language:TypeScript
Filter by
15 results
(123 ms)15 results
inelectron/docs-parser (press backspace or delete to remove)This is definitely a corner case, but currently prevents this example in the docs from being typed properly:
https://github.com/electron/electron/blob/ce4ae584e357000b324228693ed7556922b6335f/docs/api/client-request.md?plain=1#L54-L58 ...
released
dsanders11
- 1
- Opened on Oct 12, 2023
- #98
Example from docs:
https://github.com/electron/electron/blob/ce4ae584e357000b324228693ed7556922b6335f/docs/api/app.md?plain=1#L1137-L1141
🪲 bug
released
dsanders11
- 1
- Opened on Oct 12, 2023
- #97
I would like to fix this Issue.
Especially I would like to document the view.webContents.destroy() method so that I can use it from typescript without
having to do shenangians like (view.webContents as ...
FrankenApps
- 1
- Opened on Oct 12, 2023
- #96
There s been some cases in the docs where return types are listed as Returns ` foo ` | ` bar ` which gets turned into a
return type of just foo, and | ` foo ` gets added to the description. Can be fixed ...
🪲 bug
released
dsanders11
- 1
- Opened on Aug 30, 2023
- #93
Can t handle the following cases:
- Numbers and periods:
https://github.com/electron/electron/blob/2a16c73834358f85ef20c07e50dfb5178c30bb1e/docs/api/session.md?plain=1#L1210C60-L1214
- Colons: ...
🪲 bug
released
dsanders11
- 1
- Opened on May 17, 2023
- #88
See https://github.com/electron/electron/issues/37781 - this lead to a wildly incorrect return type of:
getPreferredSystemLanguages(): Array app.getLocale() | app.getSystemLocale() | app.getPreferredSystemLanguages() ...
🪲 bug
codebytere
- 1
- Opened on Apr 4, 2023
- #84
This comes out of #47. The repoUrl field in electron-api.json has been has broken URLs for a long time now and no one
seems to have noticed. If no one is using the field, should it just be removed for ...
💬 question
dsanders11
- 2
- Opened on Mar 17, 2022
- #70
Parser not works because it use wrong basedir for api lookup
const apiDocsPath = options.baseDirectory || path.resolve( ./ , docs , api );
const structuresPath = path.resolve(apiDocsPath, structures ...
released
MCMicS
- 1
- Opened on Jun 25, 2020
- #34
This https://github.com/electron/docs-parser/issues/14 never landed in electron project.
The electron-api.json is still released with process fields always true.
tong
- 1
- Opened on Jun 12, 2020
- #32
It seems that there is currently a bug when packageMode is multi that nullifies descriptions of each class into a rather
excessively large string.
Specifically, it seems that it starts at the first description ...
bnb
- 1
- Opened on Jan 22, 2020
- #27

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.