rust/src/tools/rustdoc-js
Michael Howell 5b44bfda7f rustdoc-search: shard the search result descriptions
The descriptions are, on almost all crates[^1], the majority
of the size of the search index, even though they aren't really
used for searching. This makes it relatively easy to separate
them into their own files.

This commit also bumps us to ES8. Out of the browsers we support,
all of them support async functions according to caniuse.

https://caniuse.com/async-functions

[^1]:
    <https://microsoft.github.io/windows-docs-rs/>, a crate with
    44MiB of pure names and no descriptions for them, is an outlier
    and should not be counted.
2024-03-16 22:07:30 -07:00
..
.eslintrc.js rustdoc-search: shard the search result descriptions 2024-03-16 22:07:30 -07:00
tester.js rustdoc-search: shard the search result descriptions 2024-03-16 22:07:30 -07:00