MCPcopy Index your code
hub / github.com/nodejs/node / getJsxLibraryManagedAttributes

Function getJsxLibraryManagedAttributes

test/fixtures/snapshot/typescript.js:74066–74069  ·  view source on GitHub ↗
(jsxNamespace)

Source from the content-addressed store, hash-verified

74064 return undefined;
74065 }
74066 function getJsxLibraryManagedAttributes(jsxNamespace) {
74067 // JSX.LibraryManagedAttributes [symbol]
74068 return jsxNamespace && getSymbol(jsxNamespace.exports, JsxNames.LibraryManagedAttributes, 788968 /* SymbolFlags.Type */);
74069 }
74070 /// e.g. "props" for React.d.ts,
74071 /// or 'undefined' if ElementAttributesProperty doesn't exist (which means all
74072 /// non-intrinsic elements' attributes type is 'any'),

Calls 1

getSymbolFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…