Skip to content

Commit

Permalink
Removed some backend option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 25, 2024
1 parent 33ac3b0 commit 0194947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions src/backends/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,16 +534,8 @@ const _Overlay = {
name: 'Overlay',

options: {
writable: {
type: 'object',
required: true,
description: 'The file system to write modified files to.',
},
readable: {
type: 'object',
required: true,
description: 'The file system that initially populates this file system.',
},
writable: { type: 'object', required: true },
readable: { type: 'object', required: true },
},

isAvailable(): boolean {
Expand Down
5 changes: 1 addition & 4 deletions src/backends/port/fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,7 @@ const _Port = {
}
},
},
timeout: {
type: 'number',
required: false,
},
timeout: { type: 'number', required: false },
},

isAvailable(): boolean {
Expand Down

0 comments on commit 0194947

Please sign in to comment.