angular-docs-cn/aio/tools/firebase-test-utils
Alan Agius b3d9dea52b build(docs-infra): add correct types to tuples (#41596)
This is to fix the below error:
```
tools/firebase-test-utils/FirebaseRedirect.ts:17:50 - error TS2345: Argument of type '(string | RegExp)[][]' is not assignable to parameter of type 'ReplacementDetail[]'.
  Type '(string | RegExp)[]' is missing the following properties from type 'ReplacementDetail': 0, 1

17     return XRegExp.replaceEach(this.destination, [...paramReplacers, ...restReplacers]);
```

https://app.circleci.com/pipelines/github/angular/angular/31076/workflows/5fd3851e-ae9e-4d77-b0ef-366ba38a9088/jobs/961795

PR Close #41596
2021-04-13 11:54:15 -07:00
..
FirebaseGlob.spec.ts build(aio): test Firebase hosting redirection configuration (#21763) 2018-02-02 07:52:30 -08:00
FirebaseGlob.ts build(docs-infra): add correct types to tuples (#41596) 2021-04-13 11:54:15 -07:00
FirebaseRedirect.spec.ts build(aio): test Firebase hosting redirection configuration (#21763) 2018-02-02 07:52:30 -08:00
FirebaseRedirect.ts build(docs-infra): add correct types to tuples (#41596) 2021-04-13 11:54:15 -07:00
FirebaseRedirector.spec.ts build(aio): test Firebase hosting redirection configuration (#21763) 2018-02-02 07:52:30 -08:00
FirebaseRedirector.ts build(docs-infra): enable more TypeScript strictness flags (#32980) 2019-10-10 13:56:14 -07:00
test.js build(docs-infra): clean up and update dependencies to match latest CLI (#32980) 2019-10-10 13:56:14 -07:00
tsconfig.json build(docs-infra): upgrade @angular/cli to 8.0.0-beta.18 (#29926) 2019-04-25 12:32:49 -07:00