MCPcopy Index your code
hub / github.com/ampproject/amphtml / isIdentifier

Function isIdentifier

third_party/react-dates/scope-require.js:41–43  ·  view source on GitHub ↗

* True if the node is an Identifier node * @param {!Object} node An AST node * @return {boolean}

(node)

Source from the content-addressed store, hash-verified

39 * @return {boolean}
40 */
41function isIdentifier(node) {
42 return node.type === 'Identifier';
43}
44
45/**
46 * True if the node name is `require`

Callers 1

scopeRequireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected