Commit 6814017
[eslint] Enforce optional chaining
This simplify the code that we write
Bug: 397260638
Change-Id: I9757acd0d700af2675264c7f4d2c22fa89b7dc8f
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6287365
Commit-Queue: Mathias Bynens <[email protected]>
Reviewed-by: Mathias Bynens <[email protected]>
Auto-Submit: Nikolay Vitkov <[email protected]>1 parent 1d0b26b commit 6814017
File tree
225 files changed
+533
-564
lines changed- extensions/cxx_debugging
- e2e
- src
- front_end
- core
- common
- dom_extension
- i18n
- platform
- protocol_client
- sdk
- entrypoints
- formatter_worker
- heap_snapshot_worker
- lighthouse_worker
- main
- models
- bindings
- breakpoints
- cpu_profile
- emulation
- extensions
- issues_manager
- persistence
- project_settings
- source_map_scopes
- trace
- extras
- handlers
- helpers
- insights
- lantern
- core
- graph
- panels
- accessibility
- ai_assistance
- agents
- components
- animation
- application
- components
- browser_debugger
- console
- coverage
- css_overview
- developer_resources
- elements
- components
- emulation
- event_listeners
- explain
- layer_viewer
- lighthouse
- media
- network
- profiler
- protocol_monitor
- recorder/components
- screencast
- search
- security
- sources
- components
- timeline
- components
- insights
- testing
- ui
- components
- request_link_icon
- text_editor
- legacy
- components
- color_picker
- cookie_table
- data_grid
- inline_editor
- object_ui
- perf_ui
- quick_open
- source_frame
- utils
- visual_logging
- inspector_overlay
- test
- conductor
- e2e
- application
- console
- elements
- helpers
- memory
- network
- search
- sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
225 files changed
+533
-564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
534 | 536 | | |
535 | 537 | | |
536 | 538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
| 841 | + | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments