At my work we have a lot of React code and therefore a lot of JSX which can be a vessel for SL regexes too.
This change causes the extraction process to treat .jsx files as JavaScript, on the assumption that extracting static regexes should work the same for JSX, and the JSX sugar itself is just ignored.
At my work we have a lot of React code and therefore a lot of JSX which can be a vessel for SL regexes too.
This change causes the extraction process to treat
.jsx
files as JavaScript, on the assumption that extracting static regexes should work the same for JSX, and the JSX sugar itself is just ignored.