Skip to content

Commit 8487258

Browse files
committed
Make most of GuessCaseT read-only
CFG_KEEP_UPPERCASED can probably change so keeping it writable for now.
1 parent c87ba35 commit 8487258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

root/static/scripts/guess-case/types.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export type GuessCaseModeT = {
2828

2929
export type GuessCaseT = {
3030
CFG_KEEP_UPPERCASED: boolean,
31-
input: GuessCaseInput,
32-
mode: GuessCaseModeT,
33-
output: GuessCaseOutput,
34-
regexes: {
31+
+input: GuessCaseInput,
32+
+mode: GuessCaseModeT,
33+
+output: GuessCaseOutput,
34+
+regexes: {
3535
[regexName: string]: RegExp,
3636
},
3737
};

0 commit comments

Comments
 (0)