File tree Expand file tree Collapse file tree
static/extensions/DogeisCut Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11971197 return new imports . TypedInput ( source , imports . TYPE_UNKNOWN )
11981198 } ,
11991199 forEachK : ( node , compiler , imports ) => {
1200- let source = `(thread._dogeiscutObjectForEach && thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1]) ? thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1][0] : ""`
1201- return new imports . TypedInput ( source , imports . TYPE_UNKNOWN )
1200+ let source = `(( thread._dogeiscutObjectForEach && thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1]) ? thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1][0] : "") `
1201+ return new imports . TypedInput ( source , imports . TYPE_STRING )
12021202 } ,
12031203 forEachV : ( node , compiler , imports ) => {
1204- let source = `(thread._dogeiscutObjectForEach && thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1]) ? thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1][1] : ""`
1204+ let source = `(( thread._dogeiscutObjectForEach && thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1]) ? vm.dogeiscutObject.Type.forObject( thread._dogeiscutObjectForEach[thread._dogeiscutObjectForEach.length-1][1]) : "") `
12051205 return new imports . TypedInput ( source , imports . TYPE_UNKNOWN )
12061206 } ,
12071207 forEach : ( node , compiler , imports ) => {
You can’t perform that action at this time.
0 commit comments