ASI (JavaScript)
ASI, which stands for Automatic Semicolon Insertion, is a feature of a JavaScript parser whereby semicolons (;
) are automatically added to code where two consecutive tokens don't make sense.
ASI, which stands for Automatic Semicolon Insertion, is a feature of a JavaScript parser whereby semicolons (;
) are automatically added to code where two consecutive tokens don't make sense.