-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Type: MaintenanceAny dependency, housekeeping, and clean up Issue or PRAny dependency, housekeeping, and clean up Issue or PRtypescriptRelevant to TypeScript users onlyRelevant to TypeScript users only
Description
Is it possible (maybe in a different PR) to add test coverage to prevent this breaking change in the future?
Totally - so a quick solution would be to just do
npm run buildas part of our PR checks, to ensure building is always successful, but we can also use@typescript-eslint/explicit-module-boundary-typesto ensure all exports are completely typed.That's something I think should be addressed in another PR.
I can create an issue for this too, and we discuss if npm run build as a Check Run would be the solution to go. Thumbs up if you are ok with it
Originally posted by @oscard0m in #422 (comment)
Metadata
Metadata
Assignees
Labels
Type: MaintenanceAny dependency, housekeeping, and clean up Issue or PRAny dependency, housekeeping, and clean up Issue or PRtypescriptRelevant to TypeScript users onlyRelevant to TypeScript users only