module-export3.js 160 B

12345678910
  1. import def , {named} from 'x'
  2. export * from 'd'
  3. export const x
  4. = 42
  5. export default <<<PRETTIER_RANGE_START>>> 42<<<PRETTIER_RANGE_END>>>