Closed lambdalisue closed 3 months ago
The recent changes streamline the export process in the mod.ts
file by replacing specific exports from the @denops/core
module with a wildcard export. This simplifies the codebase, enhancing maintainability since any modifications to the core module are automatically reflected here. The control flow remains unchanged, focusing solely on improving the management of exported members.
Files | Change Summary |
---|---|
mod.ts | Replaced specific exports with a wildcard export from @denops/core , simplifying the export process. |
🐇 In the code where bunnies play,
We’ve tidied up our exports today!
A single line now does the chore,
Keeping our world neat, forever more.
So hop with joy, oh, what a sight,
Code so simple, everything feels right! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Otherwise types defined in
@denops/core
is not linked.Note that it seems JSR has some issue for linking external module for now so the link produced by this PR won't work. https://github.com/jsr-io/jsr/issues/396#issuecomment-2213666731
Summary by CodeRabbit
@denops/core
module.