File tree Expand file tree Collapse file tree 4 files changed +589
-578
lines changed
Expand file tree Collapse file tree 4 files changed +589
-578
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export interface IFileSystemChangeRecord {
165165 * The type of change that occurred.
166166 */
167167 type : /** The file or directory was created or moved into the `root` file structure. */
168- | 'appeared'
168+ | 'appeared'
169169
170170 /**
171171 * The file or directory was deleted or moved out of the root file structure.
Original file line number Diff line number Diff line change 8181 "tslib" : " 2"
8282 },
8383 "dependencies" : {
84+ "@jsonjoy.com/buffers" : " ^17.65.0" ,
8485 "@jsonjoy.com/fs-node-utils" : " workspace:*" ,
8586 "@jsonjoy.com/json-pack" : " ^17.65.0" ,
8687 "@jsonjoy.com/util" : " ^17.65.0"
Original file line number Diff line number Diff line change 1- import { Writer } from '@jsonjoy.com/util /lib/buffers /Writer' ;
1+ import { Writer } from '@jsonjoy.com/buffers /lib/Writer' ;
22
33export const writer = new Writer ( 1024 * 32 ) ;
You can’t perform that action at this time.
0 commit comments