oxc/crates/oxc_linter/fixtures/import/deep/b.js

3 lines
57 B
JavaScript

import * as c from './c'
export { c }
export default 'b'