We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75d6c8 commit cca9e6fCopy full SHA for cca9e6f
packages/build/src/unsignable-compiler.ts
@@ -14,7 +14,7 @@ enum Target {
14
* A compiler that can produce an executable that is not
15
* code signable, but faster for dev environments.
16
*/
17
-class SignableCompiler extends Compiler {
+class UnsignableCompiler extends Compiler {
18
19
/**
20
* Compile the executable with the library.
@@ -46,5 +46,5 @@ class SignableCompiler extends Compiler {
46
};
47
}
48
49
-export default SignableCompiler;
+export default UnsignableCompiler;
50
export { Target };
0 commit comments