MCPcopy Create free account
hub / github.com/nodejs/node / isIgnoredJsxProperty

Function isIgnoredJsxProperty

test/fixtures/snapshot/typescript.js:64640–64642  ·  view source on GitHub ↗
(source, sourceProp)

Source from the content-addressed store, hash-verified

64638 return false;
64639 }
64640 function isIgnoredJsxProperty(source, sourceProp) {
64641 return ts.getObjectFlags(source) & 2048 /* ObjectFlags.JsxAttributes */ && isHyphenatedJsxName(sourceProp.escapedName);
64642 }
64643 function getNormalizedType(type, writing) {
64644 while (true) {
64645 var t = isFreshLiteralType(type) ? type.regularType :

Callers 2

_loop_19Function · 0.85

Calls 1

isHyphenatedJsxNameFunction · 0.85

Tested by

no test coverage detected