https://github.com/donejs/steal-config-utils
These are helpers for configuring steal with plugins. They are divided into individual modules that do one particular thing.
https://github.com/donejs/steal-config-utils
Last synced: 3 months ago
JSON representation
These are helpers for configuring steal with plugins. They are divided into individual modules that do one particular thing.
- Host: GitHub
- URL: https://github.com/donejs/steal-config-utils
- Owner: donejs
- License: mit
- Created: 2018-03-01T13:19:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:56:09.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T10:16:25.938Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# steal-config-utils
[](https://travis-ci.org/donejs/steal-config-utils)
[](http://badge.fury.io/js/steal-config-utils)This is a collection of utilities, meant to be used mostly by plugins, to add configuration about a module to steal's config. This enable a variety of features within steal, such as better error messaging and the slim build.
To use this package, import the specific module that you need.
## Modules
### steal-config-utils/import-specifiers
Contains functions for dealing with getting/setting the locations (line and column numbers) of import specifiers within code.
## License
MIT