Commit 5efc7e9
[Eslint] Add a custom rule for enforcing
We needed to update other l10n related eslint rules and
`collect-strings` script to look for `as const` definitions as well.
Fixed: 397381592
Change-Id: Ia3eb9a97fa1595093fb332525f996039f7546d8e
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6287325
Commit-Queue: Ergün Erdoğmuş <[email protected]>
Reviewed-by: Nikolay Vitkov <[email protected]>
Reviewed-by: Mathias Bynens <[email protected]>
Reviewed-by: Simon Zünd <[email protected]>as const in UIStrings1 parent f947981 commit 5efc7e9
File tree
546 files changed
+678
-573
lines changed- front_end
- core
- common
- host
- sdk
- entrypoints
- inspector_main
- js_app
- main
- node_app
- worker_app
- models
- bindings
- crux-manager
- emulation
- har
- issues_manager
- live-metrics
- logs
- persistence
- trace/insights
- workspace
- panels
- accessibility
- ai_assistance
- agents
- components
- animation
- application
- components
- preloading
- components
- autofill
- browser_debugger
- changes
- console_counters
- console
- coverage
- css_overview
- components
- developer_resources
- elements
- components
- emulation
- event_listeners
- explain
- components
- issues
- components
- js_timeline
- layer_viewer
- layers
- lighthouse
- linear_memory_inspector
- components
- media
- mobile_throttling
- network
- components
- performance_monitor
- profiler
- protocol_monitor
- recorder
- components
- models
- screencast
- search
- security
- sensors
- settings
- components
- emulation
- components
- snippets
- sources
- components
- timeline
- components
- insights
- overlays
- components
- utils
- utils
- web_audio
- webauthn
- whats_new
- ui
- components
- dialogs
- diff_view
- issue_counter
- markdown_view
- panel_feedback
- request_link_icon
- settings
- survey_link
- text_editor
- legacy
- components
- color_picker
- cookie_table
- data_grid
- inline_editor
- object_ui
- perf_ui
- quick_open
- source_frame
- utils
- scripts/eslint_rules
- lib
- tests
- third_party/i18n
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
546 files changed
+678
-573
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
618 | 619 | | |
619 | 620 | | |
620 | 621 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments