commit | 3d476ac1a9ee8f7bfdb1a94bcd68e578b8812d4d | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Thu Dec 14 21:12:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 14 21:12:57 2023 |
tree | 8734aa35019f211126a3639180af009a870b0108 | |
parent | 13768eb4ab92ad9d7c2bfc9d9eac1236d140d411 [diff] |
WebUI: Deploy "import type" imports in c/b/r/bookmarks. "import type" imports are encouraged by the TS styleguide at [1], and they clarify whether an import will be preserved or dropped (aka "import elision") by the TypeScript compiler when converting to JS. The diff has been produced by locally applying ESLint's @typescript-eslint/consistent-type-imports check, and using the --fix flag. [1] https://google.github.io/styleguide/tsguide.html#import-type Bug: 1494527 Change-Id: I725c4f0e0a7c039f101c2e164b0d39bacec848d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5120197 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1237734}
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.