commit | c0eb21ff06ebf642958652e3c86d0d34a59c403b | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Tue Oct 22 17:35:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 17:35:21 2024 |
tree | 76cc059ac84211d246b3c60b18ce0bc8c5908a7e | |
parent | 31e84a6459e952f9ec6f4038987a4564d5000f60 [diff] |
WebUI: Prep step for enabling noUncheckedSideEffectImports TS flag. Specifically changing all imports of 'strings.m.js' to use an absolute '/strings.m.js' URL, so that a path mapping can be used in a follow-up CL, to properly resolve such imports at build time, since such files don't exist and are generated dynamically at runtime. This needs to be done before the noUncheckedSideEffectImports can be enabled by default. Bug: 374334459 Change-Id: Ifb783196ea5c287969e90cc10504e6712513cc95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5949596 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372152}
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.