-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: add utility process #95
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
MarshallOfSound
approved these changes
Oct 3, 2023
@MarshallOfSound thanks for reviewing! Could you merge and release this so that CI can pass on electron/typescript-definitions#246? |
dsanders11
approved these changes
Oct 6, 2023
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
devm33
added a commit
to devm33/typescript-definitions
that referenced
this pull request
Oct 6, 2023
Includes changes from electron/docs-parser#95 to add utility process.
devm33
added a commit
to devm33/typescript-definitions
that referenced
this pull request
Oct 10, 2023
Includes changes from electron/docs-parser#95 to add utility process.
dsanders11
pushed a commit
to electron/typescript-definitions
that referenced
this pull request
Oct 17, 2023
* chore: update @electron/docs-parser to 1.2.0 Includes changes from electron/docs-parser#95 to add utility process. * feat: add electron/utility module for utility process
devm33
added a commit
to devm33/electron
that referenced
this pull request
Oct 17, 2023
To include changes to add utility process types from: electron/docs-parser#95 electron/typescript-definitions#246
devm33
added a commit
to devm33/electron
that referenced
this pull request
Oct 18, 2023
Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: electron/docs-parser#95 electron/typescript-definitions#246
Merged
3 tasks
devm33
added a commit
to devm33/electron
that referenced
this pull request
Oct 26, 2023
Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: - electron/docs-parser#95 - electron/typescript-definitions#246 - electron/typescript-definitions#247
jkleinsc
pushed a commit
to electron/electron
that referenced
this pull request
Oct 31, 2023
…ons (#40264) * feat: add utility process typescript namespace Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: - electron/docs-parser#95 - electron/typescript-definitions#246 - electron/typescript-definitions#247 * build: update yarn.lock --------- Co-authored-by: David Sanders <[email protected]>
MrHuangJser
pushed a commit
to MrHuangJser/electron
that referenced
this pull request
Dec 11, 2023
…ons (electron#40264) * feat: add utility process typescript namespace Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: - electron/docs-parser#95 - electron/typescript-definitions#246 - electron/typescript-definitions#247 * build: update yarn.lock --------- Co-authored-by: David Sanders <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for reading the utility process from
Process:
blocks.This is needed to add new API to the utility process. Currently, the only API in the utility process is not exported, doc.
See electron/electron#40017 for an example of adding new API to the utility process that will need this change.