add typeof and interop-require-wildcard helpers
This commit is contained in:
@@ -30,11 +30,14 @@ File.helpers = [
|
||||
"has-own",
|
||||
"slice",
|
||||
"define-property",
|
||||
"async-to-generator"
|
||||
"async-to-generator",
|
||||
"interop-require-wildcard",
|
||||
"typeof"
|
||||
];
|
||||
|
||||
File.excludeHelpersFromRuntime = [
|
||||
"async-to-generator"
|
||||
"async-to-generator",
|
||||
"typeof"
|
||||
];
|
||||
|
||||
File.normaliseOptions = function (opts) {
|
||||
|
||||
Reference in New Issue
Block a user