DEV Community

Discussion on: Rethinking the way we handle dependency imports in deno

Collapse
 
robdwaller profile image
Rob Waller

How do you think this differs from having a deps.ts file and or a dev_deps.ts file?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Why not deps_dev.ts? VSCode is better at sorting files alphabetically.

Also, deps.ts would support dynamic imports, as well as other TypeScript/JavaScript features.

Collapse
 
buttercubz profile image
Erick Sosa Garcia

in the way in which imports are imported and imports are read, since that way it is more explicit, but in practice they are the same