\t creep
This commit is contained in:
parent
e9d74d37ce
commit
3e3cbc5e93
16
forEach.js
16
forEach.js
@ -80,7 +80,7 @@ forN(kMaxPairedElements, function(nElements) {
|
||||
} else {
|
||||
ignoreList[`AU_FE_${i}${suffix}`] = true
|
||||
}
|
||||
|
||||
|
||||
var I2 = i + 1
|
||||
|
||||
// Similar to above
|
||||
@ -89,7 +89,7 @@ forN(kMaxPairedElements, function(nElements) {
|
||||
ignoreList[`AU_FE_${I2}_THAT${suffix}`] = true
|
||||
} else if (i == nElements) {
|
||||
ignoreList[`AU_FE_${i}_THAT${suffix}`] = true
|
||||
textBuffer += `#define AU_FE_${I2}_THAT${suffix}(expandable, ctx, ${X}) expandable(ctx, ${X})\n`
|
||||
textBuffer += `#define AU_FE_${I2}_THAT${suffix}(expandable, ctx, ${X}) expandable(ctx, ${X})\n`
|
||||
} else if ((i % nElements) == 0) {
|
||||
var offByOne = iM1Translated + 1
|
||||
if (i == nElements) {
|
||||
@ -102,16 +102,16 @@ forN(kMaxPairedElements, function(nElements) {
|
||||
} else {
|
||||
ignoreList[`AU_FE_${I2}_THAT${suffix}`] = true
|
||||
}
|
||||
|
||||
ignoreList[`AU_FE_${suffix}_THAT${suffix}`] = true
|
||||
|
||||
ignoreList[`AU_FE_${suffix}_THAT${suffix}`] = true
|
||||
|
||||
if (i == 1) {
|
||||
textBuffer += `#define AU_FE_${i}_FIRST${suffix}(first, second) \n`
|
||||
}
|
||||
|
||||
if (i == nElements) {
|
||||
}
|
||||
|
||||
if (i == nElements) {
|
||||
textBuffer += `#define AU_FE_${I2}_FIRST${suffix}(first, second, ${X}) first(${X}) AU_FE_EXPAND(AU_FE_${iM1Translated}${suffix}(second))\n`
|
||||
} else if ((i % (nElements) == 0)) {
|
||||
} else if ((i % (nElements) == 0)) {
|
||||
if (i == nElements) {
|
||||
ignoreList[`AU_FE_${I2}_FIRST${suffix}`] = true // ? dont question it
|
||||
textBuffer += `#define AU_FE_${I2}_FIRST${suffix}(first, second, ${X}) first(${X}) AU_FE_EXPAND(AU_FE_${iM1Translated}${suffix}(second))\n`
|
||||
|
Loading…
Reference in New Issue
Block a user