Searched refs:TOKEN_BLOCK_END (Results 1 – 6 of 6) sorted by relevance
/plugin/asciidocjs/node_modules/nunjucks/src/ |
D | lexer.js | 17 var TOKEN_BLOCK_END = 'block-end'; variable 110 return token(TOKEN_BLOCK_END, tok, lineno, colno); 452 TOKEN_BLOCK_END: TOKEN_BLOCK_END,
|
D | parser.js | 107 if (tok && tok.type === lexer.TOKEN_BLOCK_END) { 250 if (nextTok.type === lexer.TOKEN_BLOCK_END) { 374 if (!this.skip(lexer.TOKEN_BLOCK_END)) { 926 } else if (noParens && tok.type === lexer.TOKEN_BLOCK_END) {
|
/plugin/asciidocjs/node_modules/nunjucks/browser/ |
D | nunjucks.js | 2940 if (tok && tok.type === lexer.TOKEN_BLOCK_END) { 3083 if (nextTok.type === lexer.TOKEN_BLOCK_END) { 3207 if (!this.skip(lexer.TOKEN_BLOCK_END)) { 3759 } else if (noParens && tok.type === lexer.TOKEN_BLOCK_END) { 3884 var TOKEN_BLOCK_END = 'block-end'; 3977 return token(TOKEN_BLOCK_END, tok, lineno, colno); 4319 TOKEN_BLOCK_END: TOKEN_BLOCK_END,
|
D | nunjucks.min.js | 2 …TOKEN_BLOCK_END?"-"===n.value.charAt(0)&&(this.dropLeadingWhitespace=!0):this.fail("expected block… property
|
D | nunjucks.min.js.map | 1 …TOKEN_BLOCK_END","advanceAfterVariableEnd","TOKEN_VARIABLE_END","tags","VARIABLE_END","parseFor","…
|
D | nunjucks.js.map | 1 …TOKEN_BLOCK_END","advanceAfterVariableEnd","TOKEN_VARIABLE_END","tags","VARIABLE_END","parseFor","…
|