340 Commits (4164f6265a2c8caadeeef484453eecdefa41aadc)
 

Author SHA1 Message Date
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
Rich-Harris 8d7093e11e Merge branch 'master' into esperanto-friendly 10 years ago
Rich-Harris b6aa24c23d update test config 10 years ago
Rich-Harris 09eaef6143 rename variables named `exports` 10 years ago
Rich-Harris c2ebdcbe4c dont rewrite var foo as var exports.foo 10 years ago
Rich-Harris 0b5dcbced2 make _scope configurable - avoids some test headaches 10 years ago
Rich-Harris 418ce08a44 rename internal namespace exports as appropriate 10 years ago
Rich-Harris 39057cddf0 use provided AST instead of parsing again 10 years ago
Rich-Harris f35d453c72 deconflict external imports 10 years ago
Rich-Harris 9164f80487 remove pre-existing sourcemap comments 10 years ago
Rich-Harris 41cd743ae6 support banner/footer option 10 years ago
Rich-Harris 35e4eef1f4 -> 0.12.1 10 years ago
Rich-Harris dd93bb9461 tidy up test 10 years ago
Rich-Harris e56d17035d fix deshadowing false positive 10 years ago
Rich-Harris a6f7d96065 dont attempt to mark statements in external modules 10 years ago
Arpad Borsos cd109af17e Add failing testcase for #68 10 years ago
Rich-Harris ac788c7f46 -> 0.12.0 10 years ago
Rich-Harris f4d3771284 merge master -> esperanto-friendly 10 years ago
Rich-Harris 1fea163ccc make use strict optional 10 years ago
Oskar Segersvärd 7978ade77c Merge pull request #63 from rollup/gh-61 10 years ago
Oskar Segersvärd 72eb56109e Merge pull request #64 from rollup/module-render 10 years ago
Rich-Harris 3260134d1f fix amd module IDs 10 years ago
Rich-Harris 32659d12e0 prevent module importing itself 10 years ago
Rich-Harris 7030e54785 refactor and robustify export blocks 10 years ago
Rich-Harris 62241d523d include imports/exports in bundle object 10 years ago