ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
820 stars 71 forks source link

test: ensure `declarationMap` sources are correct #403

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

~NOTE: this is built on top of #386 as the testDir changes there are required to have a correct outDir. As such, I've marked this PR as "Draft" until that PR is merged.~ Rebased on top and marked as ready for review.

Summary

Add a test for declarationMap sources to make sure they're correct after #221 / #204

Details

agilgur5 commented 2 years ago

CI failed on an integration test suite timeout, but this PR itself shouldn't have increased the time by more than some milliseconds, so think it makes sense to just re-run CI in this case.