Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 49e0827

Browse files
author
Triangle717
committed
Marked as deprecated by #2462 in Sprint 19
57d2628 While these exports were technically never deprecated, they were never documented either, so it's probably not know they still exist.
1 parent 02c7482 commit 49e0827

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/search/QuickOpen.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -949,10 +949,4 @@ define(function (require, exports, module) {
949949
exports.beginSearch = beginSearch;
950950
exports.addQuickOpenPlugin = addQuickOpenPlugin;
951951
exports.highlightMatch = highlightMatch;
952-
953-
// accessing these from this module will ultimately be deprecated
954-
exports.stringMatch = StringMatch.stringMatch;
955-
exports.SearchResult = StringMatch.SearchResult;
956-
exports.basicMatchSort = StringMatch.basicMatchSort;
957-
exports.multiFieldSort = StringMatch.multiFieldSort;
958952
});

0 commit comments

Comments
 (0)