- Fix integration.yml workflow (49d2157)
- Switch to jiti in
tryResolve
(3d8a245) - Consider JSDoc tags of individual export specifiers + their parent declaration (3757140)
- Make
compilerOptions.paths
(and configuredpaths
) absolute if nobaseUrl
(c9b3770) - Add some module resolutions in vitest plugin (465d170)
- Add tsup plugin (af7a7bf)
- Respect
ignore
option for entry paths from manifest (587c6bb) - Improve lazy ignore pattern builder (a77aa07)
- Re-apply cdd04fb (Don't add entry paths that should be ignored) (a8b46a9)
- Use a single centralized
isGitIgnored
fn (ffbe805) - Remove obsolete comment (df4c020)
- Sync node-test-runner plugin entry patterns (5263ad3)
- Move tsx to separate module + reuse node resolver (fixes #344) (0451e23)
- Add --watch arg to node resolver (08483e8)
- Increase readability of
module.exports
visitor (4fb6239)