133 Commits (5e1c7e9bd4d13ec053321fce279f4795437c7cb0)

Author SHA1 Message Date
Rich-Harris 5e1c7e9bd4 fix 9 years ago
Rich-Harris 7159c791dc more fixes 9 years ago
Rich-Harris fbed0f2787 more fixes 9 years ago
Rich-Harris 88f373e10a more fixes 9 years ago
Rich-Harris 3bedee7930 fix namespace stuff 9 years ago
Rich-Harris 7918ec47a5 namespace stuff 9 years ago
Rich-Harris b97bf86bb6 unbound default exports 9 years ago
Rich-Harris 7872c5c119 tidy uo 9 years ago
Rich-Harris d22f0cdf5a more fixes 9 years ago
Rich-Harris fcd43fab4b fix shorthand properties 9 years ago
Rich-Harris 692752688d more fixes 9 years ago
Rich-Harris ac25ad5f4c handle pathological cycles 9 years ago
Rich-Harris 73c08381da mark side-effects that apply to included declarations 9 years ago
Rich-Harris 67986e1945 more fixes 9 years ago
Rich-Harris 8d093d07d4 use estree-walker module 9 years ago
Rich-Harris 0334cc86fe more fixes 9 years ago
Rich-Harris 997b3abe0a more fixes 9 years ago
Rich-Harris f49c5d3fda more fixes 9 years ago
Rich-Harris 9c3409f593 more fixes 9 years ago
Rich-Harris e44d83df4d more fixes 9 years ago
Rich-Harris 20638dbe48 more fixes 9 years ago
Rich-Harris 24f4af72d9 some basic functionality 9 years ago
Rich Harris 1bf522388d very incomplete start on #156 reboot. basically just broke a bunch of things 9 years ago
Rich Harris e234649349 handle parenthesised default exports (#136) 9 years ago
Rich Harris 339b2e1ceb include module ID in error message (#143) 9 years ago
Rich-Harris 8fdb8d9318 Add recent tests and fixes on top of 0.15.0 10 years ago
Rich-Harris 4255482b4b linting 10 years ago
Rich-Harris 0df5d9b177 syncify more code, remove unused promise utils 10 years ago
Rich-Harris 19c71ff051 stop false missing export errors 10 years ago
Rich-Harris 6646f156de handle export * 10 years ago
Rich-Harris 477324e753 more efficient dependency fetching 10 years ago
Rich-Harris ff27523d44 load all dependencies, regardless of actual usage 10 years ago
Rich Harris 71d9d4fa0e only rewrite exported vars as exports.foo if necessary 10 years ago
Rich Harris f1d35aad7e use arrays, not objects, to track variable declarations 10 years ago
Rich Harris 975528d034 handle multiple exports of a single binding 10 years ago
Rich-Harris fc5b89dacd fix global detection 10 years ago
Rich-Harris 13521adec8 fix es6 export 10 years ago
Rich Harris 419a37f145 fix more tests, messily 10 years ago
Rich Harris 6ed5b7f78c remove reference to linkedImport 10 years ago
Rich Harris be73b32792 fix export * case 10 years ago
Rich Harris e53bfa6180 fix a few tests 10 years ago
Rich Harris ae084c0424 first stab at handling reexports separately 10 years ago
Rich Harris 11f30aba06 minor linting 10 years ago
Rich-Harris a49f966703 remove temporary _parse workaround 10 years ago
Rich-Harris 1f670d5882 tidying up 10 years ago
Rich-Harris 8cb61a9a2f prevent `var undefined = sideEffectyDefault(foo)` 10 years ago
Rich-Harris a77d83d0b6 dont trace declarations across default boundaries 10 years ago
Rich-Harris 1d6737157e mark default export declarations as isUsed, as well as named ones 10 years ago
Rich-Harris ed23293b6d fix module.defaultName() 10 years ago
Rich-Harris b419453599 handle `export { default } from ...` case 10 years ago