export TreeTransformer (#1950)

- link to existing documentation on `TreeWalker` & `TreeTransformer`
- fix Travis build failures

fixes #1949
This commit is contained in:
Alex Lam S.L
2017-05-16 19:59:05 +08:00
committed by GitHub
parent 050474ab44
commit cb45886512
3 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
exports["Dictionary"] = Dictionary;
exports["TreeWalker"] = TreeWalker;
exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
exports["_push_uniq"] = push_uniq;