We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d645 commit d7b44c6Copy full SHA for d7b44c6
jscomp/runtime/caml_splice_call.ml
@@ -41,7 +41,7 @@ let spliceApply : obj -> obj -> obj = [%raw{|function(fn,args){
41
let spliceNewApply : obj -> obj -> obj = [%raw{|function (ctor,args){
42
var i, argLen;
43
argLen = args.length
44
- var applied = []
+ var applied = [null]
45
for(i = 0; i < argLen - 1; ++i){
46
applied.push(args[i])
47
}
0 commit comments