Searched defs:objectProperties (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | jsx.ts | 222 …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/ |
| D | typingsInstaller.js | 102841 …function visitJsxOpeningLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, children, isC… argument
|
| D | tsc.js | 86376 …function visitJsxOpeningLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, children, isC… argument
|