Barrel import with module namespace:
Problem: loses granular intent as well as potential tree-shaking benefits.
import * as util from './util'Granular import without module namespace:
Problem: loses scope, conflicts with other local or imported module functions.