oxc/crates/oxc_linter/fixtures/import/re-export.js

6 lines
130 B
JavaScript

export const c = 'foo'
export * from './named-exports'
// #328: this exports only 'foo', not the default.
export * from './bar'