51 Commits (b8fdcdeea5ef814e6e2ccff394c6fb0a130d47ac)

Author SHA1 Message Date
Rich Harris b7e51064ac borrow sorting logic from esperanto - fixes #36 10 years ago
Rich Harris 1f2d719b89 fix #34, albeit kludgily 10 years ago
Rich-Harris b8894dd901 rename things internally (path -> id, etc) - #30 10 years ago
Rich Harris dc6940de2e apply resolvePath hook to entry module (#30) 10 years ago
Rich-Harris f031ccc53a deconflict auto-generated default export names, convert expressions to declarations. fixes #29 10 years ago
Rich Harris f2628b5ca0 linting 10 years ago
Rich-Harris f0e78f6d1c prevent conflicts with globals (assumed or otherwise) - fixes #20 10 years ago
Rich-Harris ec834d962e dont sort statements in generate step 10 years ago
Rich-Harris c0a764029f default exports are not bound. fixes #15 10 years ago
Rich-Harris f60120bbc6 better (if slightly in need of refactoring) comment handling 10 years ago
Rich-Harris 733b9b435a resolve merge conflict 10 years ago
Rich-Harris 73a07c5c08 allow control over indentation (closes #5) 10 years ago
Rich-Harris aa807c7869 handle named functions as default exports 10 years ago
Rich-Harris 61db1faabc dont do export rewriting for es6 bundles 10 years ago
Rich-Harris 3c6081c19e skip specifier exports during rewrite 10 years ago
Rich-Harris 4b26a86d1d rewrite exported vars, to keep exports live 10 years ago
Rich-Harris 315510f767 use Object.create(null) to avoid conflicts with Object.prototype. fixes #12 10 years ago
Rich-Harris 2993d92776 ensure at least one newline between each statement 10 years ago
Rich-Harris f873e70ff5 oh man, never run git reset HEAD while you have unmerged paths. chaos 10 years ago
Brian Donovan 6dfa8f1e3f Remove unused instance variables. 10 years ago
Rich Harris 23e0f69559 fix finalisers 10 years ago
Rich Harris 8bad2598b7 resolve jsnext:main in node_modules by default, allow resolveExternal to be overridden 10 years ago
Rich Harris cdeace10ca BREAKING: API methods take a single argument, and external modules must be declared as such 10 years ago
Rich-Harris 9ff9d7a186 fix sourcemap options 10 years ago
Rich-Harris 04ab791dd6 sourcemaps 10 years ago
Rich Harris aaa2234741 more deconflicting 10 years ago
Rich Harris 0477169c99 move replaceIdentifiers into Statement class 10 years ago
Rich Harris 708272b935 push analyse logic into Statement class 10 years ago
Rich Harris 1b36c09e50 remove _private props from Statement 10 years ago
Rich Harris e9b69cb21e remove node properties from statement 10 years ago
Rich Harris 81bd618665 start moving statement logic into dedicated Statement class 10 years ago
Rich Harris 39f56ba6d8 linting 10 years ago
Rich Harris 0a021c799b rename external namespace imports correctly 10 years ago
Rich Harris 4317485330 saner deconflicting 10 years ago
Rich-Harris d5769e79b8 jump through some hoops to keep statements appropriately spaced, and comments attached to their owners 10 years ago
Rich-Harris ed4e27d0a7 basic finalisers for all module types 10 years ago
Rich Harris 725be1342a skip non-bound default export test for now 10 years ago
Rich Harris 6fa907e9d7 more fixes 10 years ago
Rich Harris c408b7dd0b modify export statements at generate time 10 years ago
Rich Harris 778a71165d ensure entry module exports are defined 10 years ago
Rich Harris 415cb548c2 refactoring 10 years ago
Rich Harris 838f0a8812 refactore some stuff 10 years ago
Rich Harris 60245a2bcc fix merge conflict 10 years ago
Rich Harris 281d5ca00a support default exports from bundle 10 years ago
Rich-Harris 7dc633ce89 support custom resolvePath functions 10 years ago
Rich Harris 259fb1b876 tidy up 10 years ago
Rich Harris 9ca27a768c use canonical names for exports 10 years ago
Rich Harris ce3d61745b better handling of external modules 10 years ago
Rich Harris 9402bc0730 include sourcesContent and filename in sourcemap 10 years ago
Rich Harris 4d69947e75 handle external namespace imports 10 years ago