prettier/tests/range/module-export1.js

10 lines
160 B
JavaScript
Raw Normal View History

import def , {named} from 'x'
export * <<<PRETTIER_RANGE_START>>> from 'd'<<<PRETTIER_RANGE_END>>>
export const x
= 42
export default 42