aboutsummaryrefslogtreecommitdiff
path: root/tools/exports.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-16 19:59:05 +0800
committerGitHub <noreply@github.com>2017-05-16 19:59:05 +0800
commitcb45886512a04697025ca901670e63063064a945 (patch)
tree8a1ee9309a1b031831d88ad1a1ebd19277cbae48 /tools/exports.js
parent050474ab44f02dc8bb0b47f0878c3ecda3e34fa5 (diff)
downloadtracifyjs-cb45886512a04697025ca901670e63063064a945.tar.gz
tracifyjs-cb45886512a04697025ca901670e63063064a945.zip
export `TreeTransformer` (#1950)
- link to existing documentation on `TreeWalker` & `TreeTransformer` - fix Travis build failures fixes #1949
Diffstat (limited to 'tools/exports.js')
-rw-r--r--tools/exports.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/exports.js b/tools/exports.js
index 0ffff65e..e08296f3 100644
--- a/tools/exports.js
+++ b/tools/exports.js
@@ -1,4 +1,5 @@
exports["Dictionary"] = Dictionary;
exports["TreeWalker"] = TreeWalker;
+exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
exports["_push_uniq"] = push_uniq;