Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Follow these steps when adding/upgrading the reselect.js module:
2. yarn && yarn run build - compile the sources to a compiled JS module file
3. cp dist/reselect.js $DEST_DIR - copy the compiled file to Firefox source tree