1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-27 10:23:48 +01:00
bitwarden-estensione-browser/libs/common
Oscar Hinton 2edc156dd6
[STRICT TS] Migrate platform abstract services functions (#8527)
We currently use a callback syntax for abstract services. This syntax isn't completely strict compliant and will fail the strictPropertyInitialization check. We also currently don't get any compile time errors if we forget to implement a function.

To that end this PR updates all platform owned services to use the appropriate abstract keyword for non implemented functions. I also updated the fields to be actual functions and not properties.
2024-03-28 12:01:09 +01:00
..
spec Ps/pm 5965/better config polling (#8325) 2024-03-27 10:03:09 -07:00
src [STRICT TS] Migrate platform abstract services functions (#8527) 2024-03-28 12:01:09 +01:00
custom-matchers.d.ts
jest.config.js
package.json
test.setup.ts Ps/pm 5965/better config polling (#8325) 2024-03-27 10:03:09 -07:00
tsconfig.json
tsconfig.spec.json