632 Commits (cc005b426de6fd601bb3f56a5ad7575b4163287a)
 

Author SHA1 Message Date
Rich Harris 975528d034 handle multiple exports of a single binding 10 years ago
Rich Harris 199d3ad4e4 simplify export block logic 10 years ago
Rich Harris 98494b2b5f simplify es6 exports 10 years ago
Rich-Harris dd3bf0c3b0 typos 10 years ago
Rich-Harris fc5b89dacd fix global detection 10 years ago
Rich-Harris 13521adec8 fix es6 export 10 years ago
Arpad Borsos 4880efe31b add a failing test for re-exporting and renaming multiple 'default' exports 10 years ago
Rich-Harris b09bce28b5 fix typo in test 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 7521fe7e25 fix namespace reexports 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 ae0e7cdcaa Merge commit 'e4fd1ef172afac994c0a7b20344d9f5a1989bfb1' into reexports 10 years ago
Rich Harris 11f30aba06 minor linting 10 years ago
Rich Harris 4fd2c521b4 Update README.md 10 years ago
Rich Harris e4fd1ef172 failing tests for #16 10 years ago
Rich Harris ca2949bdc4 Merge pull request #85 from Victorystick/cli-use-strict 10 years ago
Rich Harris 3966ab03a4 Merge pull request #84 from Victorystick/readme-cli 10 years ago
Oskar Segersvärd aa54b2ced8 Add `--strict/--no-strict` CLI option. 10 years ago
Oskar Segersvärd 60d6fbda4e Added some README info on the CLI 10 years ago
Rich-Harris 7bed21c3da add test for #esperanto/161 10 years ago
Rich-Harris 680a8e5cb1 add test for #esperanto/187 10 years ago
Rich Harris 7fdea10b36 Merge pull request #79 from rollup/0.14.0 10 years ago
Rich-Harris 5292e2453c update gobble-rollup 10 years ago
Rich-Harris d03ff2c2f4 update CHANGELOG 10 years ago
Rich-Harris 056110dd09 dedupe external imports in ES6 bundle (fixes #77) 10 years ago
Rich-Harris 36be9196f5 test for #77 10 years ago
Rich-Harris 27f225b011 re-enable all tests 10 years ago
Rich-Harris 9fd6488ea1 add test for #72 10 years ago
Rich-Harris 4f959bd9de -> 0.14.0 10 years ago
Rich-Harris 962431075a simplify deconflicting logic 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 611315a812 dont rewrite exported vars unless in named exports mode 10 years ago
Rich-Harris 4164f6265a use bundle.trace() when building export block 10 years ago
Rich-Harris ed23293b6d fix module.defaultName() 10 years ago
Rich-Harris 75f1bf155e make trace() a method of Bundle, partially fix exported vars 10 years ago
Rich-Harris b419453599 handle `export { default } from ...` case 10 years ago
Rich-Harris c36432092d handle errors (caused by e.g. console.log) in CLI tests 10 years ago
Rich-Harris 4420d508c6 trying something new... 10 years ago
Rich-Harris f14ee72ee1 add statement.toString method for easier debugging 10 years ago
Rich-Harris e7bbd516d1 combine declaredName and identifier 10 years ago
Rich-Harris 0cc1221b7a remove obsolete special case logic 10 years ago
Rich-Harris bf54f9db15 enable all tests 10 years ago
Rich-Harris 01b69eadc6 handle external imports in ES6 bundles 10 years ago