electron-docs-linter
electron-docs-linter copied to clipboard
Parse and validate Electron's API documentation
https://github.com/electron/electron-i18n/blob/5eb6217819ec351a51d480959095bc4fd543c4e1/content/en/api/api-descriptions.yml#L242 context: `app -> methods -> setUserActivity -> parameters -> type -> description`
e.g. https://github.com/electron/electron/blob/master/docs/api/browser-window.md#winfocusonwebview
The [`window.open`](https://github.com/electron/electron/blob/master/docs/api/window-open.md) and `window.opener.postMessage` methods are not currently parsed by the linter. The unintended reason for that is that the `window-open.md` file does not declare the process(es) in which these...
Everything between the `> one-liner-description` and the following h2.
e.g. https://github.com/electron/electron/pull/9066
See https://github.com/electron/electron-api-docs/blob/master/electron-api.json#L2730
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...