Level / level

Universal abstract-level database for Node.js and browsers.
MIT License
1.55k stars 106 forks source link

Explicitly depend on abstract-level for TypeScript #241

Closed lianghx-319 closed 8 months ago

lianghx-319 commented 8 months ago

When using pnpm as package manager, and disabled dependencies hoist, level will miss the type declare of abstract-level

This will cause db.close missing, because typescript cannot resolve the abstract-level.

vweevers commented 8 months ago

Test failure is unrelated; fixed in https://github.com/Level/level/pull/242.

vweevers commented 8 months ago

8.0.1