From 580e798e16346eb894eb899edac82d2efdf40adc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 18 Apr 2026 22:32:53 -0500 Subject: initial commit --- .../plugin-transform-react-jsx-source/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 node_modules/@babel/plugin-transform-react-jsx-source/README.md (limited to 'node_modules/@babel/plugin-transform-react-jsx-source/README.md') diff --git a/node_modules/@babel/plugin-transform-react-jsx-source/README.md b/node_modules/@babel/plugin-transform-react-jsx-source/README.md new file mode 100644 index 0000000..b77d0b1 --- /dev/null +++ b/node_modules/@babel/plugin-transform-react-jsx-source/README.md @@ -0,0 +1,19 @@ +# @babel/plugin-transform-react-jsx-source + +> Add a __source prop to all JSX Elements + +See our website [@babel/plugin-transform-react-jsx-source](https://babeljs.io/docs/babel-plugin-transform-react-jsx-source) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/plugin-transform-react-jsx-source +``` + +or using yarn: + +```sh +yarn add @babel/plugin-transform-react-jsx-source --dev +``` -- cgit v1.2.3