getify / moduloze

complete rewrite of path-handling logic to fix a significant amount of bugs, too numerous to list; breaking changes abound here compared to v0.7.0; introduced ':::' specifier prefix in dependency-map for avoiding path-based handling for specifiers (like 'fs' or 'lodash') -- see README for explanation
Kyle Simpson Kyle Simpson committed on Mar 21, 2021, 03:34 AM
Showing 9 changed files +624 additions -192 deletions
M .mzrc -1
M README.md +71 -4
M package.json +23 -7
M src/cli.js +29 -23
M src/esm.js +213 -60
M src/helpers.js +29 -9
M src/index.js +25 -3
M src/umd.js +233 -84
Browse files at this commit โ†’