angular/packages/service-worker/worker
Alan Agius 0f2937ef83 refactor: update code to be ES2022 compliant (#49559)
This commit updates parts of the FW to be ES2022 complaint.

These changes are needed to fix the following problems problems with using properties before they are initialized.

Example
```ts
class Foo {
   bar = this.buz;
   constructor(private buz: unknown){}
}
```

PR Close #49559
2023-03-23 08:18:45 -07:00
..
src refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
test refactor: update service-worker tests to work with ESM (#48521) 2022-12-19 19:50:44 +00:00
testing feat(core): add support for TypeScript 5.0 (#49126) 2023-02-28 08:24:47 -08:00
BUILD.bazel build: switch all instances from ng_rollup_bundle to app_bundle (#44490) 2022-01-04 12:14:14 -08:00
main.ts refactor(service-worker): simplify accessing CacheStorage throughout the ServiceWorker (#42622) 2021-06-24 09:55:32 -07:00