mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 08:10:02 -06:00
* chore: convert server/lib/plugins files from JS to TS * consolidate error types * update anys to unknowns where we don't know the args * add module esports * forgot to push this I guess * Update so this isn't always true * add some utils to a JS file * remove duplicate ts file * remove dead code * remove module.exports = API * chore: fix exports of run events and adapt CJS tests importing TS modules to use the default export * fix another preprocessor default call --------- Co-authored-by: Bill Glesias <bglesias@gmail.com>