5 Commits

Author SHA1 Message Date
Vladimir
1e60c4f440
fix!: remove Node types from the main entry point, use vitest/node instead (#8200) 2025-06-20 17:01:02 +02:00
Hiroshi Ogawa
27d340aa51
fix(typecheck): fix error test case mapping for @ts-expect-error (#7125) 2024-12-27 10:07:38 +01:00
Vladimir
9eeee0c8d8
refactor: make ids in typecheck suites more reliable, store errors in array (#2597)
* refactor: make ids in typecheck suites more reliable, store errors in array

* chore: cleanup

* Update packages/vitest/src/typecheck/typechecker.ts
2023-01-08 14:01:05 +01:00
renovate[bot]
d30e38c0ea
chore(deps): update all non-major dependencies (#2487)
* chore(deps): update all non-major dependencies

* chore: cleanup

* chore: cleanup

* chore: don't update source-map

* chore: update license

* chore: fix cause error

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2022-12-13 10:19:19 +01:00
Vladimir
7c7f33d5fc
feat: add typechecking functionality (#2107)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-11-07 23:49:15 +08:00