68 Commits (73523e29b53ad0d2093a635ecbf82da3a3d17d80)

Author SHA1 Message Date
Rich-Harris 315510f767 use Object.create(null) to avoid conflicts with Object.prototype. fixes #12 10 years ago
Rich-Harris ffa005eb68 attach iife global export to this, not window 10 years ago
Rich-Harris 28566475a5 check for moduleName option when exporting from UMD bundle 10 years ago
Mike Bostock acecb7f862 Fix UMD exports. 10 years ago
Rich-Harris f873e70ff5 oh man, never run git reset HEAD while you have unmerged paths. chaos 10 years ago
Rich Harris 583552e9f2 fix CJS export 10 years ago
Rich Harris 23e0f69559 fix finalisers 10 years ago
Rich Harris 259e00cf40 external module deshadowing 10 years ago
Rich Harris 39f56ba6d8 linting 10 years ago
Rich-Harris 68f69faadc iife finaliser 10 years ago
Rich-Harris ed4e27d0a7 basic finalisers for all module types 10 years ago
Rich Harris 6fa907e9d7 more fixes 10 years ago
Rich Harris 838f0a8812 refactore some stuff 10 years ago
Rich Harris 281d5ca00a support default exports from bundle 10 years ago
Rich Harris 859d294b71 import defaults from external modules, with an interop layer 10 years ago
Rich Harris 9ca27a768c use canonical names for exports 10 years ago
Rich Harris d635724512 add missing semicolon 10 years ago
Rich-Harris c93ce90ca7 basic export handling 10 years ago
Rich-Harris eaa93ae9c0 move Module and Bundle into top-level files 10 years ago
Rich-Harris ba3f0c6c5f linting 10 years ago
Rich-Harris 44fb4c46b3 handles tricky consistent renaming cases 10 years ago
Rich-Harris 9371a6f709 generate UMD output, handle cycles, various fixes 10 years ago