Skip to content

Commit

Permalink
Fixes #951 missing export for SymbolDef
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed Jan 31, 2016
1 parent 601780a commit a123e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ exports["parse"] = parse;
exports["push_uniq"] = push_uniq;
exports["string_template"] = string_template;
exports["is_identifier"] = is_identifier;
exports["SymbolDef"] = SymbolDef;

0 comments on commit a123e23

Please sign in to comment.