MCPcopy
hub / github.com/facebook/react / JSXNamespacedName

Function JSXNamespacedName

compiler/scripts/anonymize.js:156–158  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

154 name: 'anonymize',
155 visitor: {
156 JSXNamespacedName(path) {
157 throw error('TODO: handle JSXNamedspacedName');
158 },
159 JSXIdentifier(path) {
160 const name = path.node.name;
161 if (TAG_NAMES.has(name)) {

Callers

nothing calls this directly

Calls 1

errorFunction · 0.50

Tested by

no test coverage detected