add typeof and interop-require-wildcard helpers

This commit is contained in:
Sebastian McKenzie
2015-01-05 01:06:28 +11:00
parent a3b30bae7a
commit 108784db20

View File

@@ -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) {