Concerns About `import * as` Syntax in Effect-TS Codebases

I've seen heavy use of import * as syntax in effect-ts codebases. Isn't it bad for javascript bundling and minification and also typescript lsp performance? Or is that no longer the case?
Was this page helpful?