[Pkg-javascript-commits] [uglifyjs] 343/491: export `parse()` (#2608)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:51 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 5de369fa67059efe694700513b66bf473fd98e06
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Sun Dec 17 23:12:23 2017 +0800
export `parse()` (#2608)
---
tools/exports.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/exports.js b/tools/exports.js
index e08296f..c09436a 100644
--- a/tools/exports.js
+++ b/tools/exports.js
@@ -2,4 +2,5 @@ exports["Dictionary"] = Dictionary;
exports["TreeWalker"] = TreeWalker;
exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
+exports["parse"] = parse;
exports["_push_uniq"] = push_uniq;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list