Skip to content

Commit

Permalink
expose names functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 13, 2016
1 parent 04ab78a commit 8c1867e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/index.js
@@ -1,8 +1,12 @@
var walkers = require('./utils/walk.js');
var walkers = require('./utils/walk');
var names = require('./utils/names');

module.exports = {
List: require('./utils/list.js'),
syntax: require('./syntax'),
property: names.property,
keyword: names.keyword,

parse: require('./parser.js'),
clone: require('./utils/clone.js'),

Expand Down

0 comments on commit 8c1867e

Please sign in to comment.