Home
last modified time | relevance | path

Searched defs:objectProperties (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Djsx.ts222 …const objectProperties = length(attrs) ? transformJsxAttributesToObjectProps(attrs, childrenProp) : constant
245 const args: Expression[] = [tagName, objectProperties]; constant
287 const objectProperties = length(attrs) ? transformJsxAttributesToObjectProps(attrs) : constant
/third_party/typescript/lib/
DtypingsInstaller.js102841 …function visitJsxOpeningLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, children, isC… argument
Dtsc.js86376 …function visitJsxOpeningLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, children, isC… argument