38 Commits (419a37f145cdc072f6ea6658dd8a45898fc8ae6f)

Author SHA1 Message Date
Rich Harris 419a37f145 fix more tests, messily 10 years ago
Rich-Harris 056110dd09 dedupe external imports in ES6 bundle (fixes #77) 10 years ago
Rich-Harris 4164f6265a use bundle.trace() when building export block 10 years ago
Rich-Harris e7bbd516d1 combine declaredName and identifier 10 years ago
Rich-Harris e0c554a801 more fixes 10 years ago
Rich-Harris 35661e1f39 fixes 10 years ago
Rich-Harris e36bf8dbd5 start moving naming logic into bundle, rather than modules 10 years ago
Rich Harris 5cbd7afb1a rig up eslint, do some linting 10 years ago
Rich-Harris 1fea163ccc make use strict optional 10 years ago
Rich-Harris 3260134d1f fix amd module IDs 10 years ago
Rich-Harris 7030e54785 refactor and robustify export blocks 10 years ago
Rich-Harris 688d66698a more robust interop 10 years ago
Oskar Segersvärd 9a1ae23919 Named and * imports must be treated separately. 10 years ago
Rich Harris 9ceb75de91 add interop blocks for default imports from external modules 10 years ago
Oskar Segersvärd 5a3017729e Fix #57 10 years ago
Rich Harris f2628b5ca0 linting 10 years ago
Rich-Harris 73a07c5c08 allow control over indentation (closes #5) 10 years ago
Rich-Harris 4b26a86d1d rewrite exported vars, to keep exports live 10 years ago
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