remove Number from the list of valid runtime constructors - fixes #981
This commit is contained in:
@@ -16,8 +16,7 @@ var ALIASABLE_CONSTRUCTORS = [
|
||||
"Map",
|
||||
"WeakMap",
|
||||
"Set",
|
||||
"WeakSet",
|
||||
"Number"
|
||||
"WeakSet"
|
||||
];
|
||||
|
||||
var astVisitor = {
|
||||
|
||||
Reference in New Issue
Block a user