change Function export to avoid messing with istanbul
This commit is contained in:
parent
19cfee14fd
commit
99ddd02b0a
@ -13,12 +13,12 @@ export function Class(node) {
|
||||
node.implements = null;
|
||||
}
|
||||
|
||||
export function Function(node) {
|
||||
exports.Function = function (node) {
|
||||
for (var i = 0; i < node.params.length; i++) {
|
||||
var param = node.params[i];
|
||||
param.optional = false;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export function TypeCastExpression(node) {
|
||||
return node.expression;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user