Y
Hacker News
new
|
ask
|
show
|
jobs
by
petre
945 days ago
Require is fine but I totally hate the CJS exports. Feels like writing '90s era Perl code. On the other hand ESM dynamic imports like
import('this').then(r => that())
rather suck.