// This is a comment. 'use strict' /** * This is a comment. */ 'use client' // This is a comment. 'random-directive' import 'fs' // prettier-ignore 'qwerty' // This is a comment. 1 + 1 // prettier-ignore 'sasaya' export default function () { return null } export const a = 1 const b = 1 export { b } export { c } from 'c' export * from 'd' export { e as f } from 'e'