An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# steal-config-utils

[![Build Status](https://travis-ci.org/donejs/steal-config-utils.svg?branch=master)](https://travis-ci.org/donejs/steal-config-utils)
[![npm version](https://badge.fury.io/js/steal-config-utils.svg)](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