stable
Clone or download
Read-only
Notes: * ArrayUtils.find is replaced by the native implementation (Array.find) * ArrayUtils.clone was unused so it is removed No functional changes. Part of request #29217: Convert baseline to typescript Change-Id: I399ec29a51b58ffa34e752ab19dbeb8d1ee9123c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/baseline/scripts/baseline/components/common/TrackersMultiSelect.vue | +1 | −2 | Go to diff View file |
M | plugins/baseline/scripts/baseline/components/comparison/NewComparisonModal.vue | +1 | −3 | Go to diff View file |
D | plugins/baseline/scripts/baseline/support/array-utils.js | +0 | −38 | Go to diff View file |
R | plugins/baseline/scripts/baseline/support/array-utils.test.js | Go to diff View file | ||
A | plugins/baseline/scripts/baseline/support/array-utils.ts | +46 | −0 | Go to diff View file |
M | plugins/baseline/scripts/baseline/support/comparison.js | +1 | −4 | Go to diff View file |