You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User has their values they pass to nwbuild, but no way of double-checking, changing or even seeing any value that nw-builder arrives at
Expected/Proposed Behaviour
User has an alternate "prepare" mode, where they can pass in their options and receive the calculated state (after parsing and applying defaults and path resolutions), to be able to check for validity and/or make adjustments
Usage like:
nwbuild({
mode: 'prepare'
// ...
});
Additional Info
Package version: 4.11.3
Operating System: Windows 10 x64
Node version: v20.9.0, 22.7.0
NW.js version: 0.92.0
The text was updated successfully, but these errors were encountered:
Issue Type
Current/Missing Behaviour
User has their values they pass to nwbuild, but no way of double-checking, changing or even seeing any value that nw-builder arrives at
Expected/Proposed Behaviour
User has an alternate "prepare" mode, where they can pass in their options and receive the calculated state (after parsing and applying defaults and path resolutions), to be able to check for validity and/or make adjustments
Usage like:
Additional Info
The text was updated successfully, but these errors were encountered: