1.0.0 • Published 4 years ago

@overlook/symbol-store v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NPM version Dependency Status Dev dependency Status

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)