File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,7 @@ export const deduplicateNodeByValue = (arrays: { value: any }[]) => {
881
881
} ) ;
882
882
return Array . from ( map . values ( ) ) ;
883
883
} ;
884
+
884
885
export const deduplicateByFullPattern = ( arrays : { value : string ; label : string } [ ] ) => {
885
886
const seen = new Set < string > ( ) ;
886
887
const result : { value : string ; label : string } [ ] = [ ] ;
Original file line number Diff line number Diff line change @@ -6539,6 +6539,7 @@ source-map-js@^1.2.1:
6539
6539
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
6540
6540
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
6541
6541
6542
+
6542
6543
6543
6544
version "0.5.6"
6544
6545
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
You can’t perform that action at this time.
0 commit comments