rust/src/tools/rustdoc-js
Jacob Hoffman-Andrews 453979462a rustdoc: make search.js a module
Previously, search.js relied on the DOM and the `window` object. It can now be
loaded in the absence of the DOM, for instance by Node. The same is true of
search-index.js.

This allows removing a lot of code from src/tools/rustdoc-js/tester.js that
tried to parse search.js and extract specific functions that were needed for
testing.
2022-05-17 09:26:18 -07:00
..
tester.js rustdoc: make search.js a module 2022-05-17 09:26:18 -07:00