summaryrefslogtreecommitdiff
path: root/test/fixtures/es-modules/es-note-unexpected-export-2.cjs
blob: 637bac961637523366dd779a2929cc534f08080b (plain)
1
2
3
4
const config = 10;
export {
  config
};