This commit adds a test case for generics, re-adds generics data
to the search index, and tweaks function indexing to use less space in JSON.
This reverts commit 14ca89446c.
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
const QUERY = '<';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'name': 'Ord' },
|
|
],
|
|
};
|