Jeff Williams 45c497e192
refactor: simplify dependency management
It turns out that JSDoc's dependency-injection needs are pretty simple; we mostly just need to pass around some data, plus some logging functions. That means the previous solution was overengineered, even though it was still pretty lightweight.

Now we just put everything in the `Env` object and pass that around instead.
2023-12-10 15:05:35 -08:00
..
2023-02-20 19:46:15 -08:00
2019-07-28 16:27:19 -07:00
2019-07-28 15:14:16 -07:00

@jsdoc/core

Core functionality for JSDoc.