Home
last modified time | relevance | path

Searched refs:allowDirectives (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2244 pp$1.parseBlock = function (allowDirectives) { argument
2247 this.parseBlockBody(node, allowDirectives, false, types.braceR);
2255 pp$1.parseBlockBody = function (node, allowDirectives, topLevel, end) { argument
2270 if (allowDirectives && !parsedNonDirective && this.isValidDirective(stmt)) {