const assert = require( 'assert' );
module.exports = {
description: 'allows a namespace to be assigned to a variable',
warnings: [
{
code: 'EMPTY_BUNDLE',
message: 'Generated an empty bundle'
}
]
};