babel-plugin-react-dev-locator
v1.0.6
Published
babel plugin for react-dev-locator to generate source code position info into jsx properties
Downloads
21,744
Readme
babel-plugin-react-dev-locator
npm i -D babel-plugin-react-dev-locatorbabel-plugin-react-dev-locator could inject some custom data attributes, which will eventually appear on the DOM element.
// Input
<div />
// Output
<div trae-inspector-file-path="src/path/Component.tsx" trae-inspector-start-line="10" trae-inspector-start-column="6" />