Mercurial
view third_party/bun/node_modules/react/jsx-runtime.js @ 32:08a465eec50b
[Dowa] Fixed a bug that I caused trying to stop memory leak lol.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 07:03:36 -0700 |
| parents | de54585a40f1 |
| children |
line wrap: on
line source
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react-jsx-runtime.production.min.js'); } else { module.exports = require('./cjs/react-jsx-runtime.development.js'); }