You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been going over this piece of code and why it's there? It seems unnecesary? If I delete it everything is exactly the same as if I would let it stay.
let childOffset = offset;
for (let i = 0; i < token.content.length; i++) {
const childToken = token.content[i];
processToken(decorations, childToken, childOffset);
}
The text was updated successfully, but these errors were encountered:
duncleberg
changed the title
why iterate over
why iterate over 'childtokens'?
Jul 12, 2020
duncleberg
changed the title
why iterate over 'childtokens'?
❓ why iterate over 'childtokens'?
Jul 12, 2020
I have been going over this piece of code and why it's there? It seems unnecesary? If I delete it everything is exactly the same as if I would let it stay.
The text was updated successfully, but these errors were encountered: