528 Commits (dd3796ed74ca70006b6cdb1570fe002fd722afcf)

Author SHA1 Message Date
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 8afcd92ca7 ignore excluded statements for purposes of deconflicting 10 years ago
Rich Harris 5cbd7afb1a rig up eslint, do some linting 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 e56d17035d fix deshadowing false positive 10 years ago
Rich-Harris a6f7d96065 dont attempt to mark statements in external modules 10 years ago
Rich-Harris 1fea163ccc make use strict optional 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
Rich-Harris 688d66698a more robust interop 10 years ago
Rich-Harris 405bc00a56 more tidying up 10 years ago
Rich-Harris 7c1d2bb8e6 remove unused code 10 years ago
Rich-Harris 24d061450a fix variable splitting 10 years ago
Rich-Harris 9c22bc12c6 only insert export initialisers if there are any 10 years ago
Rich-Harris cbae9fc8de remove more unused code 10 years ago
Rich-Harris 301f432b6f remove unused code 10 years ago
Rich-Harris 8f3f437e1c reattach comments, handle var splitting better 10 years ago
Rich-Harris 6d2e108c01 reimplement multiple var splitting 10 years ago
Rich-Harris 9435773b1c start moving render logic into modules 10 years ago
Rich-Harris dbbfc67a0b expand shorthand properties (#61) 10 years ago
Rich-Harris 069f83bec8 make getCanonicalName es6-aware 10 years ago
Oskar Segersvärd 9a1ae23919 Named and * imports must be treated separately. 10 years ago
Rich Harris 9ceb75de91 add interop blocks for default imports from external modules 10 years ago
Oskar Segersvärd 5a3017729e Fix #57 10 years ago
Arpad Borsos 759d3938b9 allow importing external modules for side effects, fixes #55 10 years ago
Oskar Segersvärd 788f11dbc7 Made `dirname` handle the empty string. 10 years ago
Rich-Harris dcb1147886 exclude unnecessary functions containing assignments/updates to included names (#37) 10 years ago
Rich-Harris f1545cbf03 mark export declarations as used, to preserve side-effects (#43) 10 years ago
Rich-Harris d81acf600b ensure external modules have names, and that those names take priority (#42) 10 years ago
Rich-Harris a3c383429e dont rewrite class method keys incorrectly (#42) 10 years ago
Rich-Harris 0c86c2275d fix typo (again...) 10 years ago
Rich Harris 5fad4eba18 check for computed property before abandoning checkForReads (#47) 10 years ago
Oskar Segersvärd 49d6b295fa Forward `strong` parameter from `checkForWrites` to `checkForReads`. 10 years ago
Oskar Segersvärd af660dd5ef I think it should be `this.isIncluded`. 10 years ago