angular-cn/packages/service-worker/worker/src
Sonu Kapoor df7f3b04b5 fix(service-worker): fix the chrome debugger syntax highlighter (#38332)
The Chrome debugger is not able to render the syntax properly when the
code contains backticks. This is a known issue in Chrome and they have an
open [issue](https://bugs.chromium.org/p/chromium/issues/detail?id=659515) for that.
This commit adds the work-around to use double backslash with one
backtick ``\\` `` at the end of the line.

This can be reproduced by running the following command:

`yarn bazel test //packages/forms/test --config=debug`

When opening the chrome debugger tools, you should see the correct
code highlighting syntax.

PR Close #38332
2020-08-06 15:22:57 -07:00
..
adapter.ts refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
api.ts refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
app-version.ts refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
assets.ts refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
data.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
database.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
db-cache.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
debug.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
driver.ts fix(service-worker): fix the chrome debugger syntax highlighter (#38332) 2020-08-06 15:22:57 -07:00
error.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
idle.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
manifest.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
msg.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
service-worker.d.ts build: reformat repo to new clang@1.4.0 (#36613) 2020-04-14 12:08:36 -07:00
sha1.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00