解决方案:
"i%d86"
我只想使用private compiledFn: Maybe<(data: any) => void> = null;
apply
但是出现此错误:
// function... I can see there is a problem here
private compiledFn: Maybe<() => void> = null;
// calling with apply
let arg = [data];
return this.compiledFn.apply(data, arg);