Sun Chuánqí
Results
22
issues of
Sun Chuánqí
Fixing #126 1. Removed the `constructor(...)` method from the interface. When user provides a custom `db` instance, the constructor is never invoked by the lightning-fs so constraining it in the...
I noticed that current `IDB` interface had two errors: 1. The constructor type was typed as a regular function 2. The `readFile` was mis-typed as `loadFile` `/lightning-fs/index.d.ts` ```diff export interface...