react-code-dataset / next.js /test /e2e /app-dir /app-external /node_modules /mixed-syntax-esm /index.mjs
| import React from 'react' | |
| ;(module) => { | |
| module.exports = {} | |
| } | |
| export const value = 'mixed-syntax-esm' | |
| export function Component() { | |
| return /*#__PURE__*/ React.createElement( | |
| 'p', | |
| { id: 'component' }, | |
| 'mixed-syntax-esm' | |
| ) | |
| } | |