Commits
Click on a commit to change the comparison rangeperf(transformer): parse options from comments only once (#6152)
Both React and TypeScript transforms were repeating the same work - iterating through comments to find `@jsx` pragmas.
Instead, perform this search only once, using the optimized pragma search introduced in #6151.1 year ago
by overlookmotel