@overlook/symbol-store
v1.0.0
Published
Overlook framework symbol store
Downloads
6
Readme
Overlook framework symbol store
Part of the Overlook framework.
Usage
Singleton symbol store for Overlook framework.
It exports an empty object which can be used to store symbols defined by Route
class extensions etc.
This module will never be updated, so require('@overlook/symbol-store')
will always return the same object.
Should not be imported or accessed directly. Other parts of the framework use this internally.
Changelog
See changelog.md
Issues
If you discover a bug, please raise an issue on Github. https://github.com/overlookjs/symbol-store/issues
Contribution
Pull requests are very welcome. Please:
- ensure all tests pass before submitting PR
- add tests for new features
- document new functionality/API additions in README
- do not add an entry to Changelog (Changelog is created when cutting releases)