commit | 35b3a12cb8d65be3601d7d0c4ac043e58c68976a | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Thu Oct 24 22:33:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 24 22:33:33 2024 |
tree | 4f1d7959629e9d2135f1049c103c7845a1f47ee9 | |
parent | d859b1b6416b6127cf15bcb0f787c029ba0925c8 [diff] |
WebUI: Use different TS config for Polymer Desktop vs CrOS UIs. This will allow turning on the new `noUncheckedSideEffectImports` TS flag [1] on Polymer Desktop UIs first, without being blocked on fixing all violations across CrOS WebUI. [1] https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports Bug: 374334459 Change-Id: I9fd4ee90664e4064b754f914c424f2cf0c5297ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5959427 Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1373623}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.