532 Commits (gh-109)
 

Author SHA1 Message Date
Rich Harris 975528d034 handle multiple exports of a single binding 9 years ago
Rich Harris 199d3ad4e4 simplify export block logic 9 years ago
Rich Harris 98494b2b5f simplify es6 exports 9 years ago
Rich-Harris dd3bf0c3b0 typos 9 years ago
Rich-Harris fc5b89dacd fix global detection 9 years ago
Rich-Harris 13521adec8 fix es6 export 9 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 9 years ago
Rich Harris 419a37f145 fix more tests, messily 9 years ago
Rich Harris 6ed5b7f78c remove reference to linkedImport 9 years ago
Rich Harris 7521fe7e25 fix namespace reexports 9 years ago
Rich Harris be73b32792 fix export * case 9 years ago
Rich Harris e53bfa6180 fix a few tests 9 years ago
Rich Harris ae084c0424 first stab at handling reexports separately 9 years ago
Rich Harris ae0e7cdcaa Merge commit 'e4fd1ef172afac994c0a7b20344d9f5a1989bfb1' into reexports 9 years ago
Rich Harris 11f30aba06 minor linting 9 years ago
Rich Harris 4fd2c521b4 Update README.md 9 years ago
Rich Harris e4fd1ef172 failing tests for #16 9 years ago
Rich Harris ca2949bdc4 Merge pull request #85 from Victorystick/cli-use-strict 9 years ago
Rich Harris 3966ab03a4 Merge pull request #84 from Victorystick/readme-cli 9 years ago
Oskar Segersvärd aa54b2ced8 Add `--strict/--no-strict` CLI option. 9 years ago
Oskar Segersvärd 60d6fbda4e Added some README info on the CLI 9 years ago
Rich-Harris 7bed21c3da add test for #esperanto/161 9 years ago
Rich-Harris 680a8e5cb1 add test for #esperanto/187 9 years ago
Rich Harris 7fdea10b36 Merge pull request #79 from rollup/0.14.0 9 years ago
Rich-Harris 5292e2453c update gobble-rollup 9 years ago
Rich-Harris d03ff2c2f4 update CHANGELOG 9 years ago
Rich-Harris 056110dd09 dedupe external imports in ES6 bundle (fixes #77) 9 years ago
Rich-Harris 36be9196f5 test for #77 9 years ago
Rich-Harris 27f225b011 re-enable all tests 9 years ago
Rich-Harris 9fd6488ea1 add test for #72 9 years ago
Rich-Harris 4f959bd9de -> 0.14.0 9 years ago
Rich-Harris 962431075a simplify deconflicting logic 9 years ago
Rich-Harris a49f966703 remove temporary _parse workaround 9 years ago
Rich-Harris 1f670d5882 tidying up 9 years ago
Rich-Harris 8cb61a9a2f prevent `var undefined = sideEffectyDefault(foo)` 9 years ago
Rich-Harris a77d83d0b6 dont trace declarations across default boundaries 9 years ago
Rich-Harris 1d6737157e mark default export declarations as isUsed, as well as named ones 9 years ago
Rich-Harris 611315a812 dont rewrite exported vars unless in named exports mode 9 years ago
Rich-Harris 4164f6265a use bundle.trace() when building export block 9 years ago
Rich-Harris ed23293b6d fix module.defaultName() 9 years ago
Rich-Harris 75f1bf155e make trace() a method of Bundle, partially fix exported vars 9 years ago
Rich-Harris b419453599 handle `export { default } from ...` case 9 years ago
Rich-Harris c36432092d handle errors (caused by e.g. console.log) in CLI tests 9 years ago
Rich-Harris 4420d508c6 trying something new... 9 years ago
Rich-Harris f14ee72ee1 add statement.toString method for easier debugging 9 years ago
Rich-Harris e7bbd516d1 combine declaredName and identifier 9 years ago
Rich-Harris 0cc1221b7a remove obsolete special case logic 9 years ago
Rich-Harris bf54f9db15 enable all tests 9 years ago
Rich-Harris 01b69eadc6 handle external imports in ES6 bundles 9 years ago