react-scanner icon indicating copy to clipboard operation
react-scanner copied to clipboard

Feature Request- Parse object props

Open ankitverma0601 opened this issue 1 year ago • 0 comments

react-scanner is not able to parse object props and it is giving such expressions in result- "(ObjectExpression)" or "(Identifier)". It is able to parse simple string values "Box": { "instances": [ { "importInfo": { "imported": "Box", "local": "Box", "moduleName": "@mui/material", "importType": "ImportSpecifier" }, "props": { "pb": 4, "display": "(ObjectExpression)", "alignItems": "center", "textAlign": "(ObjectExpression)", "justifyContent": "space-between" }, "propsSpread": false, "location": { "file": "/Users/temp/dashboard/src/components/Footer/index.tsx", "start": { "line": 12, "column": 7 } } }, ] }

ankitverma0601 avatar Jun 25 '24 12:06 ankitverma0601