1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-11 14:48:46 +01:00
bitwarden-browser/libs/shared
Matt Gibson 9c1e2ebd67
Typescript-strict-plugin (#12235)
* Use typescript-strict-plugin to iteratively turn on strict

* Add strict testing to pipeline

Can be executed locally through either `npm run test:types` for full type checking including spec files, or `npx tsc-strict` for only tsconfig.json included files.

* turn on strict for scripts directory

* Use plugin for all tsconfigs in monorepo

vscode is capable of executing tsc with plugins, but uses the most relevant tsconfig to do so. If the plugin is not a part of that config, it is skipped and developers get no feedback of strict compile time issues. These updates remedy that at the cost of slightly more complex removal of the plugin when the time comes.

* remove plugin from configs that extend one that already has it

* Update workspace settings to honor strict plugin

* Apply strict-plugin to native message test runner

* Update vscode workspace to use root tsc version

* `./node_modules/.bin/update-strict-comments` 🤖

This is a one-time operation. All future files should adhere to strict type checking.

* Add fixme to `ts-strict-ignore` comments

* `update-strict-comments` 🤖

repeated for new merge files
2024-12-09 20:58:50 +01:00
..
es2020-transformer.ts [EC-648] Fix esm features in node testing environment (#4223) 2023-01-12 13:23:14 +10:00
jest.config.angular.js Improve jest performance (#9496) 2024-06-04 10:40:41 -04:00
jest.config.ts.js [PM-2328] Fix jest deprecations (#5483) 2023-05-22 20:19:16 +02:00
test.environment.ts [PM-5781] Anon addy forwarder (#7654) 2024-01-24 17:23:39 -05:00
tsconfig.json Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
tsconfig.libs.json [CL-425] - add tools card component (#11375) 2024-10-11 23:00:45 +02:00