-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
✨ enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased
Description
In support of electron/fiddle#1551.
Would be nice if we could use @electron/asar
to run a fiddle from an ASAR so we can exercise more code branches within Electron.
I think roughly this is what would need to be done in this repo:
- Extend
FiddleFactory
constructor to take a new option, e.g.packAsAsar
- Update
FiddleFactory
to use@electron/asar
to package the fiddle into an ASAR when that option is used - Update tests to cover this case
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased