[Pkg-javascript-commits] [uglifyjs] 109/190: Fixes #951 missing export for SymbolDef
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.
commit a123e232b9e4d2fdc3905016fb56b71c5ab3ffcc
Author: Boris Letocha <Boris.Letocha at gmail.com>
Date: Sun Jan 31 21:41:38 2016 +0100
Fixes #951 missing export for SymbolDef
---
tools/exports.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/exports.js b/tools/exports.js
index 5007e03..110b5c4 100644
--- a/tools/exports.js
+++ b/tools/exports.js
@@ -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;
--
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