File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1717 "license" : " MIT" ,
1818 "type" : " module" ,
1919 "devDependencies" : {
20- "@better-typescript-lib/es5" : " ^2.11.0" ,
2120 "@codemirror/search" : " ^6.5.10" ,
2221 "@codemirror/state" : " ^6.5.2" ,
2322 "@codemirror/view" : " ^6.36.5" ,
3130 "tslib" : " ^2.8.1" ,
3231 "tsx" : " ^4.19.4" ,
3332 "typescript" : " ^5.8.3"
33+ },
34+ "dependencies" : {
35+ "@better-typescript-lib/es5" : " ^2.11.0"
3436 }
35- }
37+ }
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ declare module "@codemirror/search" {
5353 type SearchQueryConfig = ConstructorParameters < typeof SearchQuery > [ 0 ] ;
5454}
5555
56+ declare global {
57+ type Writable < T > = {
58+ - readonly [ P in keyof T ] : T [ P ] ;
59+ }
60+ }
61+
5662export interface ExtendedFindReplaceSettings {
5763 rememberLastQuery : boolean ;
5864 sharedQuery : boolean ;
You can’t perform that action at this time.
0 commit comments