fix corner case in ie8 & rename (#3474)

fixes #3473
This commit is contained in:
Alex Lam S.L
2019-10-15 07:27:02 +08:00
committed by GitHub
parent 736019b767
commit d3d1d11926
6 changed files with 118 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ exports["parse"] = parse;
exports["push_uniq"] = push_uniq;
exports["reserve_quoted_keys"] = reserve_quoted_keys;
exports["string_template"] = string_template;
exports["to_ascii"] = to_ascii;
exports["tokenizer"] = tokenizer;
exports["TreeTransformer"] = TreeTransformer;
exports["TreeWalker"] = TreeWalker;