Last 12 weeks · 7 commits
2 of 6 standards met
resolves #90 also fixes type-only exports (see the test) added a lot of new tests, but when following imports a bunch of weird and wonderful things can happen along the way the most important test is probably which illustrates the original issue a note on entrypoint order the order in which the entrypoints are processed will affect the output (hence the tests avoid the root index.js which always goes first). specifically, it affects which submodule a shared declaration is exported from. for config via , it's the same order as the field (from top to down), so the idea would be to put more "core" packages earlier so they can claim the export first.
We're missing a newline, causing the JSDoc syntax to get interpreted incorrectly and the description lost from the type https://github.com/sveltejs/kit/blob/ce77bf3e266c77486a35d050ca5929c900000541/packages/kit/types/index.d.ts#L3781 This PR adds a newline beneath the bundled types if the there are any ambient modules
Repository: sveltejs/dts-buddy. Description: WORK IN PROGRESS DO NOT USE Stars: 351, Forks: 19. Primary language: JavaScript. Languages: JavaScript (94.6%), TypeScript (5.4%). License: MIT. Latest release: v0.8.3 (4w ago). Open PRs: 5, open issues: 14. Last activity: 4w ago. Community health: 50%. Top contributors: Rich-Harris, dominikg, github-actions[bot], benmccann, dummdidumm, teemingc, gtm-nayan, jasonlyu123, coreprocess, randName and others.