Commit 5e9c45e
authored
chore: reify, use opt chaining where relevant (#1427)
<!-- For Coveo Employees only. Fill this section.
CDX-764
-->
## Proposed changes
<!--
Explains what are you changing in the code and provide links to relevant
issues.
This doesn't need to be over-technical, a good summary of the issues
with good explanations of the decisions should be enough.
-->
## Breaking changes
<!--
Remove this section if the PR does not include any breaking change
If your changes includes some breaking changes in the code, thoroughly
explains:
- What are the breaking changes programmatically speaking.
- What is the impact on the end-user (e.g. user cannot do X anymore).
- What motivates those changes.
-->
## Testing
- [ ] Unit Tests:
<!-- Did you write unit tests for your feature? If not, explains why?
-->
- [ ] Functionnal Tests:
<!-- Did you write functionnal tests for your feature? If not, explains
why? -->
- [ ] Manual Tests:
<!-- How did you test your changeset? -->1 parent 70db6c1 commit 5e9c45e
File tree
3 files changed
+4
-2
lines changed- packages/cli-e2e
- setup/utils
- verdaccio
- utils/release
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments