Skip to content

Commit

Permalink
feat: export ensureParsed function.
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 7, 2018
1 parent 3f82d4d commit 4bcd3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ function depFinder() {

module.exports = astMatcher;
module.exports.setParser = setParser;
module.exports.ensureParsed = ensureParsed;
module.exports.extract = extract;
module.exports.compilePattern = compilePattern;
module.exports.depFinder = depFinder;

0 comments on commit 4bcd3fd

Please sign in to comment.