1717 Commits (gh-1187)
 

Author SHA1 Message Date
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 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
Rich-Harris df66011c7c handle export * (all function tests now passing) 10 years ago
Rich-Harris ae93c679cb handle tricky `export { default as foo } from ...` case 10 years ago
Rich-Harris da00ac8a3c more fixes 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 10bc42daeb dont call module.getCanonicalName before module.rename (has undesired side effects) 10 years ago
Rich-Harris fc6a55cddb statement.module -> this, where appropriate 10 years ago
Rich-Harris 855ee29ca3 fix names in export from declarations 10 years ago
Rich Harris 63dd595d3a split out tests 10 years ago
Rich Harris 8afcd92ca7 ignore excluded statements for purposes of deconflicting 10 years ago
Rich Harris b5498c28b7 add failing test 10 years ago
Rich Harris 5cbd7afb1a rig up eslint, do some linting 10 years ago
Rich Harris cd3901630f -> 0.13.0 10 years ago
Rich Harris f9ea94c835 Merge pull request #66 from rollup/esperanto-friendly 10 years ago