clients/libs/tools/generator/components/src
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
..
icons use tw classes for svg colors in no-credentials.svg (#11129) 2024-09-18 18:50:49 +02:00
catchall-settings.component.html [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
catchall-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
credential-generator-history-dialog.component.html [PM-13667] Add button to open credential history on web (#12100) 2024-11-22 18:29:30 +01:00
credential-generator-history-dialog.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
credential-generator-history.component.html [PM-14190] Replace history card with item component (#11775) 2024-10-30 09:43:18 -04:00
credential-generator-history.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
credential-generator.component.html [PM-13876] Generator PR review follow up (#11885) 2024-11-07 09:03:54 -05:00
credential-generator.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
empty-credential-history.component.html [PM-13658] Update copy of password history to generator history (#11710) 2024-10-25 11:04:39 -04:00
empty-credential-history.component.ts [PM-8277] - Password generator history component (#10921) 2024-09-09 09:25:41 -04:00
forwarder-settings.component.html [PM-15061] extract encryptors from generator service (#12068) 2024-11-28 11:02:21 +01:00
forwarder-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
generator-services.module.ts [PM-15061] extract encryptors from generator service (#12068) 2024-11-28 11:02:21 +01:00
generator.module.ts [PM-15061] extract encryptors from generator service (#12068) 2024-11-28 11:02:21 +01:00
index.ts [PM-15061] extract encryptors from generator service (#12068) 2024-11-28 11:02:21 +01:00
passphrase-settings.component.html [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
passphrase-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
password-generator.component.html [PM-13876] Generator PR review follow up (#11885) 2024-11-07 09:03:54 -05:00
password-generator.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
password-settings.component.html [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
password-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
subaddress-settings.component.html [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
subaddress-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
username-generator.component.html [PM-13876] Generator PR review follow up (#11885) 2024-11-07 09:03:54 -05:00
username-generator.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
username-settings.component.html [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
username-settings.component.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00
util.ts Typescript-strict-plugin (#12235) 2024-12-09 20:58:50 +01:00