-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Broken types since v26 #8812
Comments
Wait what, I'm not sure I follow. Is this a compile-time error with |
Yes it is that, for consumers of
|
Looks great, will give it a test tomorrow. Thanks again Or rather will await it shipping to npm |
Deployed 26.0.1 |
Thanks @mmaietta can confirm that fixed it, and that the issues around asar integrity and electron fuses are both fixed in v26. Keep up the great work |
Regressed by #8805
node_modules/app-builder-lib/out/asar/integrity.d.ts(2,10): error TS2305: Module '"../fileMatcher"' has no exported member 'FileMatcher'.
https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/fileMatcher.ts#L41 prevents the type from being included in the resulting typesThe text was updated successfully, but these errors were encountered: