Skip to content

Commit

Permalink
separate debug namespace for index, include helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbysayshi committed Feb 23, 2015
1 parent 863f249 commit fa4d033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
@@ -1,5 +1,5 @@
var debug = require('debug')
var lg = debug('vash:');
var lg = debug('vash:main');

var Lexer = require('./lib/lexer');
var Parser = require('./lib/parser');
Expand All @@ -10,6 +10,7 @@ var copyrtl = require('./lib/util/copyrtl');

// Attach all runtime exports to enable backwards compatible behavior,
// like `vash.install` to still be accessible in a full build.
require('./lib/helpers');
copyrtl(exports, runtime);

exports.config = {
Expand Down

0 comments on commit fa4d033

Please sign in to comment.