Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babel-types/lib/
Dconstants.js4 exports.NOT_LOCAL_BINDING = exports.BLOCK_SCOPED_SYMBOL = exports.INHERIT_KEYS = exports.UNARY_OPER…
37 var BLOCK_SCOPED_SYMBOL = exports.BLOCK_SCOPED_SYMBOL = (0, _for2.default)("var used to be block sc… variable
Dvalidators.js177 …urn t.isVariableDeclaration(node) && (node.kind !== "var" || node[_constants.BLOCK_SCOPED_SYMBOL]);
185 return t.isVariableDeclaration(node, { kind: "var" }) && !node[_constants.BLOCK_SCOPED_SYMBOL];
Dindex.js4 …_KEYS = exports.VISITOR_KEYS = exports.NOT_LOCAL_BINDING = exports.BLOCK_SCOPED_SYMBOL = exports.I…
129 return _constants.BLOCK_SCOPED_SYMBOL;