Erick Zhao
Erick Zhao
Fixes #90 In cases where two ASAR archives or app folders are created, we create a new `index.js` shim that points to the correct entrypoint depending on the host system's...
The initial implementation for this library (163f495b6b3622b875c9b7c1de5e2987902f767b) threw an error if the count of Mach-O files was different between `.app` bundles. https://github.com/electron/universal/blob/163f495b6b3622b875c9b7c1de5e2987902f767b/src/index.ts#L150 In (46ff9c4b38520e2ba6afdc4e18440b3c25d6bc72), the scope of this check was...
Ran `yarn test` locally on Node.js 14.21 and this worked for me. We require Node.js 14 because of Mocha 10.
GitHub released a new "Alerts" syntax in GitHub-flavoured Markdown (GFM) for highlighting blocks in late 2022: > [!NOTE] > This is an important note! https://github.com/orgs/community/discussions/16925 These are a non-standard Markdown...
#### Description of Change Closes #43181 @electron/docs #### Release Notes Notes: none
#### Description of Change #### Checklist - [ ] PR description included and stakeholders cc'd - [ ] `npm test` passes - [ ] tests are [changed or added](https://github.com/electron/electron/blob/main/docs/development/testing.md) -...
#### Description of Change As a follow-up to https://github.com/electron/electron/pull/41419, I wanted to write a guide on using the browser's File System API in Electron. However, I found myself wanting a...
Cleanup PR based on learnings from the TypeDoc PRs. * Direct use of `npx typedoc` rather than JavaScript API removes legacy `build_docs.js` from code. Their JavaScript API has minimal documentation,...